What Is Windows 11 26H1? The Key Facts
Windows 11 version 26H1 was released on February 10, 2026 (Build 28000, codenamed Bromine platform). Unlike previous annual Windows 11 feature updates, 26H1 is not a universal update for existing PCs. It is a specialized platform release designed exclusively for new devices with ARM64 processors — specifically:
- Qualcomm Snapdragon X2 (Plus, Elite, Extreme variants)
- Nvidia N1X processors
Microsoft confirmed that 26H1 is built on a different Windows core (Bromine) than Windows 11 24H2 and 25H2, which are based on the Germanium platform. Existing PC users will not receive 26H1 as an update via Windows Update. The annual feature update for existing hardware will be Windows 11 26H2, expected in the second half of 2026.
Important: If you are on a standard x64 Intel or AMD PC, you do not need to install 26H1. Your next feature update will be 26H2.
What’s New in Windows 11 26H1?
Windows 11 26H1 introduces a range of AI-focused features and ARM64 platform improvements, many of which are exclusive to Copilot+ certified devices:
- Deeper Copilot integration: Copilot moves beyond a standalone app with an in-taskbar “Ask Copilot” composer and an in-File Explorer AI chat surface
- Click to Do (redesigned): Context-aware AI actions on selected text and images — Summarize, Share, Edit, and more — processed locally on Copilot+ hardware
- AI Agent in Settings: Natural language OS configuration directly from the Settings app
- Windows Search improvements: Faster, natural-language file and app search across the local system on Copilot+ devices
- Full Screen Experience (FSE): Console-style Xbox-first shell for handheld gaming PCs with controller-focused navigation
- File Explorer refinements: Hover quick-actions on Home, improved dark mode in dialogs, new OneDrive status icons
- Quick Machine Recovery (QMR) enhancements: One-time scan behavior and clearer recovery guidance
- New camera options via Windows Studio Effects and improved brightness controls on all-in-one PCs
- ARM64 performance optimizations: Reduced stuttering on high-resolution displays, improved monitor mode queries, better Explorer.exe reliability at login
Who Should Install Windows 11 26H1?
Windows 11 26H1 is intended for two scenarios:
- New device buyers: If you purchase a new PC with a Snapdragon X2 or Nvidia N1X processor in 2026, it will come pre-installed with Windows 11 26H1.
- Advanced users: If you want to manually install 26H1 on compatible ARM64 hardware using the ISO, this is technically possible but discouraged by Microsoft for existing devices.
Devices running 26H1 cannot upgrade to Windows 11 26H2 via the standard update path. Microsoft has confirmed a separate future update path will be provided for 26H1 devices.
How to Check if Your PC Can Run Windows 11 26H1
To verify your processor architecture, run this command in PowerShell:
Get-WmiObject Win32_Processor | Select-Object Name, Architecture, AddressWidthArchitecture value 12 indicates ARM64. Values 0 (x86) or 9 (x64) mean your PC is Intel/AMD and is not compatible with 26H1.
Alternatively, check via Settings:
- Open Settings > System > About
- Under Device specifications, check System type
- If it shows “64-bit operating system, ARM-based processor”, your device may be compatible
To check the current Windows version and build:
winver26H1 devices will show Version 26H1 (OS Build 28000.xxxx).
How to Manually Install Windows 11 26H1 via ISO (Advanced Users)
Microsoft has made the 26H1 ISO available online, though its use on existing devices is discouraged. The process applies only to ARM64 hardware.
Step 1: Download the ISO
Visit microsoft.com/software-download/windows11arm64 and download the Windows 11 ARM64 ISO. The file is approximately 6.2 GB.
Step 2: Verify file integrity
Check the SHA-256 hash of the downloaded ISO against the value listed on Microsoft’s download page:
Get-FileHash -Path "C:\Downloads\Windows11ARM64.iso" -Algorithm SHA256Step 3: Create bootable USB (ARM64 compatible)
Use Rufus to create a bootable USB. Note: for ARM64 devices, ensure Rufus is configured for GPT/UEFI and ARM64 architecture:
winget install Rufus.RufusLaunch Rufus, select your USB drive (minimum 8 GB), load the ARM64 ISO, set partition scheme to GPT, and click START.
Step 4: Back up your data before proceeding
robocopy C:\Users\%USERNAME%\Documents D:\Backup\Documents /E /R:3 /W:10
robocopy C:\Users\%USERNAME%\Desktop D:\Backup\Desktop /E /R:3 /W:10Step 5: Boot from USB and install
Restart your ARM64 device, enter BIOS/UEFI (typically F2, F12, or Delete), set the USB as the first boot device, and follow the Windows Setup wizard. Choose “Custom: Install Windows only” for a clean installation.
Step 6: Complete OOBE setup
After installation, configure region, keyboard layout, Wi-Fi, Microsoft account, and privacy settings. Enable Copilot+ features and check for the latest updates:
Install-Module PSWindowsUpdate -Force
Get-WindowsUpdate -Install -AcceptAll -AutoRebootWhat Should Existing Intel/AMD PC Users Do?
If you’re on a standard x64 PC running Windows 11 24H2 or 25H2:
- Do not try to install 26H1: It is incompatible with x86/x64 hardware and will not install via Windows Update
- Wait for Windows 11 26H2: Microsoft has confirmed the 2026 annual feature update for existing PCs, expected in fall 2026
- Keep applying monthly security updates: Versions 24H2 and 25H2 continue receiving full security and quality updates
- Ensure Secure Boot certificates are updated: Microsoft is deploying new 2023 Secure Boot certificates ahead of the June 2026 expiration of the original 2011 certificates via monthly updates
Troubleshooting Windows 11 26H1 Installation Issues
If you encounter issues during installation on ARM64 hardware:
- Activation failure: Run
slmgr /atoor use the Activation Troubleshooter in Settings > System > Activation - Driver compatibility: ARM64 requires ARM-native drivers. Check device manufacturer for updated ARM64 driver packages
- Installation stuck: Run
sfc /scannowandDISM /Online /Cleanup-Image /RestoreHealthbefore retrying - Explorer.exe hanging at first login: Addressed in KB5077239 (Build 28000.1643). Ensure you’ve applied all updates after installation
- Brightness control issues: Also fixed in KB5077239 for all-in-one PCs


