How to Force Windows 11 to Boot Without an Internet Connection
🔍 WiseChecker

How to Force Windows 11 to Boot Without an Internet Connection

Quick fix: At the OOBE “Let’s connect you to a network” screen, press Shift + F10 to open Command Prompt, type oobe\BypassNRO, press Enter. The PC reboots and the network step now shows an I don’t have internet option, letting you create a local account.

You’re setting up a fresh Windows 11 install. The OOBE (out-of-box experience) wizard demands an internet connection and a Microsoft account before letting you create a local user. You don’t want a Microsoft account, or you’re setting up a PC in an environment without internet. Microsoft removed the “Skip” button intentionally, but a single command restores it.

Symptom: Windows 11 OOBE requires internet connection and Microsoft account; no apparent way to skip and create a local account.
Affects: Windows 11 Home and Pro installations during initial setup.
Fix time: ~3 minutes.

ADVERTISEMENT

What causes this

Microsoft requires Microsoft Account sign-in during Windows 11 Home OOBE — and starting in Windows 11 23H2, also for Pro. The connection-required step exists specifically to prevent OOBE completion without an MSA. The BypassNRO command (No Reset OOBE) sets a registry flag that signals OOBE to show the “I don’t have internet” option, which then leads to local account creation.

This is a documented (but unadvertised) bypass that Microsoft has left functional through multiple Windows 11 versions.

Method 1: Use the BypassNRO script at OOBE

The standard skip.

  1. During Windows 11 setup, reach the screen titled Let’s connect you to a network (after language, layout, license).
  2. Press Shift + F10. A Command Prompt opens.
  3. Type:
    oobe\BypassNRO

    Press Enter.

  4. The PC reboots automatically. OOBE resumes from the beginning.
  5. Walk through to the network screen again. This time you see I don’t have internet at the bottom. Click it.
  6. Click Continue with limited setup.
  7. Enter your local username and password.
  8. Complete the rest of OOBE without a Microsoft account.

The local account is created. You can sign in to Microsoft account later via Settings → Accounts → Email & accounts if you change your mind.

ADVERTISEMENT

Method 2: Use a fake email to fail Microsoft sign-in

Use when Method 1’s BypassNRO doesn’t work — Microsoft has periodically removed and reinstated this bypass.

  1. Connect to network (Wi-Fi or Ethernet).
  2. At the Microsoft account sign-in screen, enter an obvious fake email: a@a.com, noaccount@example.com.
  3. Enter any password.
  4. Sign-in fails. Windows shows a message like “Oops, something went wrong” or “Account locked.”
  5. Click Next. Windows offers a local account creation option as fallback.
  6. Enter local username and password.
  7. Complete setup.

This is a backup if BypassNRO is removed in your specific Windows 11 build.

Method 3: Use Rufus to pre-bake offline-account support into the installer

The most durable approach — modify the install USB itself.

  1. Download the Windows 11 ISO from microsoft.com/software-download/windows11.
  2. Download Rufus from rufus.ie (free).
  3. Plug in an 8 GB+ USB.
  4. Open Rufus. Select your USB, the Windows 11 ISO.
  5. Set Image option to Standard Windows installation.
  6. Click START.
  7. Rufus displays a customization dialog. Tick:
    • Remove requirement for an online Microsoft account
    • Optionally: Remove requirement for 4GB+ RAM, Secure Boot, TPM 2.0 (for older PCs)
    • Optionally: Disable BitLocker automatic device encryption
  8. Confirm. Rufus writes the USB.
  9. Boot the affected PC from this USB. OOBE skips the Microsoft account requirement entirely.

This is the right approach when you’re imaging many PCs or want a one-time setup without runtime tweaks.

How to verify the fix worked

  • OOBE completes with a local account (no email shown on the lock screen — just a username).
  • Open Settings → Accounts → Your info. The account type shows Local account, not Microsoft account.
  • No syncing of Microsoft services (OneDrive, settings sync) is active by default.

If none of these work

If BypassNRO is removed in your Windows 11 build and Method 2’s fake email is also blocked, two remaining options. Disable network adapter before OOBE: at the OOBE network screen, press Shift+F10, then run ipconfig /release and disable the adapter via Device Manager. Windows interprets this as “no internet available” and offers the local account flow. Use Windows 10 install media: Windows 10 OOBE has always allowed local accounts. Install Windows 10 (Microsoft still provides ISOs), create local account, then upgrade to Windows 11 via Settings → Update — the upgrade preserves the local account. For corporate-managed environments where local accounts are forbidden by policy, you need IT to provide an Active Directory account; bypass tricks won’t survive policy enforcement.

Bottom line: Windows 11 OOBE’s Microsoft-account requirement is bypassable — oobe\BypassNRO at the network screen restores the “I don’t have internet” button. Rufus offers the cleanest persistent bypass.

ADVERTISEMENT