ANAVEM
Reference
Languagefr
How to Get Windows 11 26H1: What It Is, Who It's For, and How to Install It

How to Get Windows 11 26H1: What It Is, Who It's For, and How to Install It

Windows 11 26H1 is an ARM64-only release (Build 28000, codenamed Bromine) for Qualcomm Snapdragon X2 and Nvidia N1X devices — not a universal update. Learn what it includes and how to install it.

Emanuel DE ALMEIDA
3/14/2026 8 min 15
easywindows11 9 steps 8 min

Overview

Windows 11 26H1 (Build 28000, codenamed Bromine) is an ARM64-only platform update released on February 10, 2026. It is designed exclusively for devices powered by Qualcomm Snapdragon X2 (Plus, Elite, Extreme) and Nvidia N1X processors. Unlike previous annual Windows 11 feature updates, 26H1 is not distributed through Windows Update to standard PCs — it runs on a separate Windows core (Bromine) distinct from the Germanium platform used by 24H2 and 25H2.

Intel and AMD x64 users will not receive this update; their next feature update is Windows 11 26H2, expected in H2 2026. The 26H1 update brings deeper Copilot+ integration, Recall improvements, live captions, ARM64 platform enhancements, and NPU-accelerated workload optimizations.

  • Prerequisites: ARM64 device with Snapdragon X2 or Nvidia N1X, 8 GB USB drive, internet connection, data backup
  • Estimated time: 45–90 minutes depending on installation method
  • Difficulty: Easy — guided by Windows Setup wizard

Step 1: Check System Compatibility and Requirements

Before downloading Windows 11 26H1, verify your device has a Qualcomm Snapdragon X2 or Nvidia N1X processor. Go to Settings > System > About to check your processor model. Only ARM64 devices on the Bromine Windows core are eligible for this update.

Step 2: Download Windows 11 26H1 Installation Media

Visit the official Microsoft download page to obtain the Windows 11 26H1 ISO or use the Media Creation Tool. Only download from official Microsoft sources to avoid tampered files.

Step 3: Create Installation Media (USB or DVD)

Use the Media Creation Tool or Rufus to create a bootable USB drive (minimum 8 GB). Run the tool as administrator, select your USB drive, and wait for the creation process to complete (30–60 minutes).

Step 4: Backup Important Data and Create System Recovery

Before installing, back up all important files to an external drive or cloud storage. Create a system restore point and a recovery drive to ensure you can revert if needed.

Step 5: Choose Installation Method (In-Place Upgrade vs Clean Install)

You can upgrade in-place (preserves files and apps) or perform a clean install (fresh start). In-place upgrade is recommended for most users. Clean install offers better performance but requires reinstalling all applications.

Step 6: Execute the Windows 11 26H1 Installation Process

Run setup.exe from the USB or mounted ISO for an in-place upgrade, or boot from USB for a clean install. Follow the on-screen wizard through compatibility check, download, installation, and restart phases. Do not interrupt the process — it may restart several times automatically.

Step 7: Complete Initial Windows 11 26H1 Setup and Configuration

After installation, complete the Out-of-Box Experience (OOBE): set region and language, connect to a network, sign in with your Microsoft account, and configure privacy settings. Run Windows Update to apply the latest patches and confirm the installed version with winver.

Implementation Guide

Full Procedure

01

Check System Compatibility and Requirements

Before downloading Windows 11 26H1, verify your system meets the updated requirements. Microsoft has refined the hardware requirements for this release.

Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, TotalPhysicalMemory

Run the PC Health Check app to verify compatibility:

winget install Microsoft.PCHealthCheck

Launch PC Health Check and click 'Check now' to verify TPM 2.0, Secure Boot, and CPU compatibility.

Pro tip: Windows 11 26H1 requires newer Intel 8th gen or AMD Ryzen 2000 series processors minimum. Check Microsoft's updated compatibility list if you're unsure.

Verification: The PC Health Check tool will display a green checkmark if your system is compatible, or specific error messages for any missing requirements.

02

Download Windows 11 26H1 Installation Media

Microsoft provides multiple download options for Windows 11 26H1. The Media Creation Tool is the most reliable method for most users.

Visit the official Windows 11 download page and download the Media Creation Tool:

curl -L -o MediaCreationToolW11.exe https://go.microsoft.com/fwlink/?linkid=2156295

Alternatively, download the ISO directly if you prefer manual control:

  1. Go to microsoft.com/software-download/windows11
  2. Select 'Download Windows 11 Disk Image (ISO)'
  3. Choose 'Windows 11 (multi-edition ISO)'
  4. Select your language and click 'Confirm'
  5. Choose 64-bit download
Warning: Only download Windows 11 from official Microsoft sources. Third-party ISO files may contain malware or modified system files.

Verification: The downloaded Media Creation Tool should be approximately 19MB, and the ISO file should be around 6.2GB for Windows 11 26H1.

03

Create Installation Media (USB or DVD)

Create bootable installation media using the Media Creation Tool. You'll need a USB drive with at least 8GB capacity.

Run the Media Creation Tool as administrator:

MediaCreationToolW11.exe

Follow these steps in the tool:

  1. Accept the license terms
  2. Select 'Create installation media (USB flash drive, DVD, or ISO file)'
  3. Choose language, edition, and architecture (64-bit)
  4. Select 'USB flash drive' and choose your drive
  5. Wait for the download and creation process (30-60 minutes)

If you downloaded the ISO manually, create bootable media using Rufus:

winget install Rufus.Rufus

Launch Rufus, select your USB drive, choose the Windows 11 26H1 ISO, and click 'START'.

Pro tip: Use a USB 3.0 drive for faster installation. Label your USB drive clearly as 'Windows 11 26H1' to avoid confusion with other installation media.

Verification: Your USB drive should show as 'ESD-USB' or similar, containing folders like 'boot', 'efi', 'sources', and 'support'.

04

Backup Important Data and Create System Recovery

Before proceeding with installation, create comprehensive backups. Windows 11 26H1 installation can preserve files, but it's always safer to backup manually.

Create a system restore point:

Enable-ComputerRestore -Drive "C:"
Checkpoint-Computer -Description "Before Windows 11 26H1 Installation" -RestorePointType "MODIFY_SETTINGS"

Backup your important files using robocopy:

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:10
robocopy C:\Users\%USERNAME%\Pictures D:\Backup\Pictures /E /R:3 /W:10

Export your installed programs list:

Get-WmiObject -Class Win32_Product | Select-Object Name, Version | Export-Csv -Path "C:\Backup\installed_programs.csv" -NoTypeInformation

Create a recovery drive:

recoverydrive
Warning: The upgrade process can take 2-4 hours and may fail if interrupted. Ensure your laptop is plugged in and your desktop has stable power.

Verification: Check that your backup folders contain the expected files and that the recovery drive creation completed successfully.

05

Choose Installation Method (In-Place Upgrade vs Clean Install)

Windows 11 26H1 can be installed via in-place upgrade (preserving files and programs) or clean installation (fresh start). Choose based on your needs.

Method 1: In-Place Upgrade (Recommended for most users)

Mount the ISO file or insert your USB drive, then run setup from within Windows:

D:\setup.exe /auto upgrade /quiet /compat scanonly

This command performs a compatibility scan first. If successful, run the actual upgrade:

D:\setup.exe /auto upgrade

Method 2: Clean Installation

Boot from your installation media by changing boot priority in BIOS/UEFI:

  1. Restart your computer
  2. Press F2, F12, or Delete (varies by manufacturer) to enter BIOS
  3. Navigate to Boot settings
  4. Set USB drive as first boot device
  5. Save and exit
Installation MethodProsCons
In-Place UpgradePreserves files, settings, programsMay carry over system issues
Clean InstallFresh start, optimal performanceRequires reinstalling programs

Verification: For upgrade, Windows Setup will show compatibility results. For clean install, you should see the Windows logo and installation options.

06

Execute the Windows 11 26H1 Installation Process

The installation process varies slightly depending on your chosen method. Here's what to expect and how to handle each phase.

For In-Place Upgrade:

The Windows 11 Setup will guide you through several phases:

  1. Compatibility Check: Windows verifies system requirements
  2. Download Phase: Additional files are downloaded (if needed)
  3. Installation Phase: System files are updated and configured
  4. Restart Phase: Multiple automatic restarts occur
  5. Configuration Phase: Final setup and user account configuration

Monitor the installation progress and don't interrupt the process. The system will restart multiple times automatically.

For Clean Installation:

Boot from your installation media and follow these steps:

  1. Select language, time, and keyboard preferences
  2. Click 'Install now'
  3. Enter your Windows 11 product key (or skip if upgrading from activated Windows 10/11)
  4. Accept license terms
  5. Choose 'Custom: Install Windows only (advanced)'
  6. Select the drive/partition for installation
  7. Wait for file copying and installation (45-90 minutes)
Pro tip: During clean installation, delete all existing partitions on your target drive to ensure optimal partition alignment and performance.

Verification: The installation is progressing correctly if you see percentage completion and the system restarts automatically without errors.

07

Complete Initial Windows 11 26H1 Setup and Configuration

After installation completes, Windows 11 26H1 will guide you through the Out-of-Box Experience (OOBE). This is where you configure your new system.

Initial Setup Steps:

  1. Region and Language: Confirm your location and preferred language
  2. Keyboard Layout: Select your keyboard configuration
  3. Network Connection: Connect to Wi-Fi or Ethernet
  4. Microsoft Account: Sign in or create a Microsoft account (or choose domain join for business)
  5. Privacy Settings: Configure telemetry and privacy options
  6. Copilot+ Setup: Configure the enhanced AI assistant features in 26H1

For domain-joined systems, use these commands after initial setup:

Add-Computer -DomainName "yourdomain.com" -Credential (Get-Credential) -Restart

Configure Windows Update to ensure you get the latest patches:

Install-Module PSWindowsUpdate -Force
Get-WindowsUpdate -Install -AcceptAll -AutoReboot
Pro tip: Windows 11 26H1 introduces enhanced privacy controls. Take time to review each privacy setting rather than accepting defaults.

Verification: Check Windows version to confirm successful installation:

winver

You should see 'Version 26H1 (OS Build 26100.xxx or higher)'.

08

Install Essential Drivers and Updates

After Windows 11 26H1 installation, install the latest drivers and updates to ensure optimal performance and compatibility.

Check for Windows Updates first:

Get-WindowsUpdate -Install -AcceptAll

Install essential drivers using Windows Update or manufacturer tools:

pnputil /scan-devices
pnputil /enum-drivers

For NVIDIA graphics cards:

winget install Nvidia.GeForceExperience

For AMD graphics cards:

winget install AMD.AMDSoftwareAdrenalinEdition

For Intel systems, install Intel Driver & Support Assistant:

winget install Intel.IntelDriverAndSupportAssistant

Verify all critical drivers are installed:

Get-WmiObject Win32_PnPEntity | Where-Object{$_.ConfigManagerErrorCode -ne 0} | Select Name, ConfigManagerErrorCode
Warning: Some older peripherals may not have Windows 11 26H1 compatible drivers. Check manufacturer websites before upgrading if you rely on specialized hardware.

Verification: Device Manager should show no devices with yellow warning triangles, and Windows Update should report 'You're up to date'.

09

Verify Installation and Test New Features

Confirm your Windows 11 26H1 installation is working correctly and explore the new features introduced in this version.

Run system diagnostics to verify installation integrity:

sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth

Check system performance and stability:

Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, TotalPhysicalMemory, CsProcessors

Test key Windows 11 26H1 features:

  • Enhanced Copilot+: Press Win+C to access the improved AI assistant
  • New Start Menu: Verify the redesigned Start menu with better search
  • Improved Snap Layouts: Test Win+Z for enhanced window management
  • Enhanced Security: Check Windows Security for new threat protection features

Verify system activation:

slmgr /xpr

Run Windows Memory Diagnostic to ensure system stability:

mdsched
Pro tip: Windows 11 26H1 includes improved power management. Check Settings > System > Power to configure the new efficiency modes for better battery life on laptops.

Verification: All system checks should pass without errors, and new features should be accessible through their respective shortcuts or Settings app.

Frequently Asked Questions

Can I install Windows 11 26H1 on unsupported hardware?+
While technically possible using registry modifications or third-party tools, installing Windows 11 26H1 on unsupported hardware is not recommended. Microsoft requires TPM 2.0, Secure Boot, and specific CPU generations for security and performance reasons. Unsupported installations may not receive security updates and could experience stability issues.
Will installing Windows 11 26H1 delete my files and programs?+
An in-place upgrade preserves your personal files, installed programs, and most settings. However, some programs may need reinstallation or updates for compatibility. A clean installation will remove everything, requiring you to restore files from backup and reinstall all programs. Always backup important data before any major Windows installation.
How much storage space does Windows 11 26H1 require?+
Windows 11 26H1 requires a minimum of 64GB storage space, but Microsoft recommends at least 128GB for optimal performance. The actual installation uses approximately 20-25GB, but you need additional space for updates, temporary files, and the installation process itself. Consider having at least 50GB free space before starting installation.
Can I downgrade from Windows 11 26H1 back to Windows 10?+
You can downgrade to your previous Windows version within 10 days of installation using Settings > Update & Security > Recovery. After 10 days, Windows automatically removes the previous installation files to free space. For downgrades after this period, you'll need to perform a clean installation of Windows 10 and restore your data from backup.
What's new in Windows 11 26H1 compared to previous versions?+
Windows 11 26H1 introduces enhanced Copilot+ AI integration, improved Start menu search, better snap layouts, advanced security features, and optimized power management. The update also includes performance improvements for gaming, enhanced Microsoft Teams integration, and new productivity features. The AI assistant now provides more contextual help and system optimization suggestions.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...