Windows 11: How to Bypass Wi-Fi and Create a Local Account

The process of initial operating system setup Windows 11 has undergone significant changes compared to previous versions, often causing confusion among users. Microsoft has made a strict decision to require an internet connection during installation to force the creation or sign-in of an existing Microsoft account. This restriction blocks the ability to quickly install the system using a local profile, which is especially relevant for those who prefer complete autonomy or don't have a stable connection available during installation.

However, there are proven technical workarounds that allow you to bypass the system requirement. Bypass the connection screen This is possible even without network card drivers, as the system allows you to switch to enterprise installation mode or use hidden command line commands. In this article, we'll cover all the current methods in detail to help you complete the setup without any unnecessary steps.

It's worth noting that the lack of a network connection at the initial stage does not affect the system's functionality later on. You will be able to install all the necessary drivers and updates after logging into the desktop, using a USB drive or connecting to the network later. The main thing is to successfully bypass the initial OOBE (Out-of-Box Experience) screen, where the system persistently requests a connection.

Why does Windows 11 require a network connection?

Microsoft's policy is focused on integrating cloud services and synchronizing user data across devices. Internet connection required during installation Windows 11 Home And Pro This is dictated by the corporation's desire to ensure account security and license activation in the background. For regular users, this means that without signing in to a Microsoft account, completing the installation using the standard method is impossible.

Technically, the installer checks for a network connection before allowing the user to create an account. If no network is found or sign-in fails, the process hangs at the region or keyboard selection stage. This creates problems when installing the system on computers where Wi-Fi drivers are not yet installed, or in environments with limited internet access.

⚠️ Attention: Network connection enforcement may vary depending on the Windows 11 distribution version and cumulative updates. Some enterprise builds or LTSC versions may have these restrictions removed or modified.

Understanding the installer's logic helps you choose the right bypass method. If the system blocks further progress due to a lack of network connectivity, you need to either give it a false signal of a connection or switch the installation process to a mode that doesn't require online status verification. This is the principle underlying all the working methods described below.

Method of disconnecting the Internet: physical and software

The simplest, but not always working, method is to physically disconnect the Ethernet cable and instead connect a Wi-Fi adapter. However, in recent versions Windows 11 This method is often blocked: the system simply won't let you proceed, claiming that "an internet connection is required." If you have the option to completely disable the network adapter in the BIOS/UEFI before installation, this may help, but it requires a reboot and entering the BIOS.

A more efficient software method is to use the Task Manager to terminate the network connections process. When you reach the screen where you need to select a Wi-Fi network, press the following key combination: Shift + F10On some laptops, you may also need to hold down the function key. Fn, that is Shift + Fn + F10This action will open a command prompt window.

In the window that opens, enter the command taskmgr and press Enter. Task Manager will open. Find the process named "Network Connection Flow" in the list of processes. Select it and click "End Task." The "Next" or "Skip" button may then become active, or the system may simply skip the network selection step.

📊 What bypass method are you planning to use?
Through the command line (OOBE)
Through the Task Manager
Using a bootable USB flash drive
I don't know yet

Using the OOBE command to create a local account

The most reliable and official way to bypass the connection requirement is to use a special OOBE command. This method launches a setup mode designed for organizations that don't require centralized account management during setup. To begin, once you reach the network selection screen, click Shift + F10 to call the command line.

Type the following command and press Enter:

OOBE\BYPASSNRO

After running this command, the computer will automatically reboot. When the system restarts and reaches the network selection screen, you'll see a new button labeled "I don't have internet." Clicking this will allow you to continue the installation without a Wi-Fi connection and create a local account.

This method is safe and doesn't damage system files. It simply changes a registry flag that tells the installer to ignore network checks. The OOBE command is a standard Microsoft tool, so using it will not cause activation errors in the future.

☑️ Checklist before installation

Completed: 0 / 4

An alternative method is via the Windows registry.

If for some reason the bypass command doesn't work or you want to use a more in-depth method, you can use the Registry Editor. This method requires more care, as it involves manually changing system settings. Open the Command Prompt again using Shift + F10 at the stage of connecting to the network.

Enter the command regedit and press Enter. You need to navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE

In the right part of the window, find the parameter BypassNROIf it doesn't exist, create a new DWORD (32-bit) value with that name. Set its value to 1After this, close the registry and command prompt, and then restart the computer. The effect will be similar to using the OOBE command—you'll be able to skip the connection.

Parameter Data type Meaning Description of action
BypassNRO DWORD (32 bits) 1 Enables network verification bypass
BypassNRO DWORD (32 bits) 0 Standard behavior (requires network)
DisableUserAccountCreation DWORD (32 bits) 1 Blocks account creation (rare)

Using the registry gives you more control, but requires precision. An error in the key address can prevent the setting from being applied. Make sure you're in the correct key. OOBE inside CurrentVersion.

What to do if the registry does not open?

If the regedit command doesn't work, try typing services.msc first to check if system services are available, or use the Task Manager method.

Modifying a Windows installation image

For system administrators and users who frequently install Windows, the optimal solution is to pre-modify the ISO installation image. Using tools like Rufus, you can create a bootable USB flash drive that already has the TPM, Secure Boot, and, importantly for our topic, internet connection requirements disabled.

When creating a carrier in Rufus (version 3.19 and later): After selecting the Windows 11 ISO image, the "Windows User Experience" window will appear. In this window, simply check the box next to "Remove requirement for an online Microsoft account." This will inject the required script or registry key directly into the installation process.

This approach eliminates all the command line manipulation during installation on each computer. You simply insert the flash drive, and the system behaves like a classic one. Windows 7 or 10, offering to create a local user immediately. This saves time when reinstalling the OS in bulk.