Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Installing Windows 11 without Network and Internet Connection

April 18, 2024

Installing Windows 11 without Network and Internet Connection

During the final setup phase, Windows 11 requires a network connection to the Internet. The Internet connection is used to connect to your online Microsoft account and to receive the latest security updates. If your computer doesn’t have network adapters, if the Driver Store is missing drivers for the installed network adapter, or if your network is disconnected, you won’t be able to complete the Windows 11 installation.

Let’s connect you to a network.
You’ll need an internet connection to continue setting up your device. Once connected, you’ll get the latest features and security updates.

Unable to complete Windows 11 install, requires an internet Connection

In this case you can:

Contents:
  • Install Windows 11 with a Local User Account
  • Load Network Drivers During Windows 11 Setup
  • Inject Network Drivers into a Windows 11 Installation Image

Install Windows 11 with a Local User Account

To continue installing Windows 11, you can use a local account:

  1. To open the command prompt, press Shift+F10 on the installation screen;
  2. Run the command: oobe\bypassnro
  3. After the computer restarts, the ‘I don’t have Internet‘ button will appear on the OOBE screen. Click it to proceed to the limited setup mode, where you will be prompted to create a local user; skip windows 11 let's connect to a network
  4. After logging into Windows, you can install the missing network adapter drivers from a USB stick.

Load Network Drivers During Windows 11 Setup

Suppose your computer/laptop has connected Wi-Fi/LAN network adapters for which there are no drivers in the Windows installation image. In that case, you can install the necessary drivers directly during the Windows installation process.

The first step is to identify the model of a network adapter on your computer. This can be found in the manufacturer’s specification or you can identify it manually.

Press Shift+F10 on the Setup screen and run the devmgmt.msccommand. Open the properties of the unknown device, go to the Details tab, select the Hardware IDs property, and copy the ID.

Using the VEN and DEV identifiers found, you can determine the model of the network adapter and download a driver for it from the vendor’s website.

Find device drivers using a Hardware ID

How to identify an unknown device in Windows and download the driver.

Download the driver and extract it to a USB flash drive. Connect the USB flash drive to your Windows 11 computer.

From the Setup screen, press Shift+F10 to open the command prompt.

Check the drive letter that has been assigned to your USB flash drive:

wmic logicaldisk get volumename,name

check usb flash drive letter assigned

In this example, the USB drive is assigned the letter F:.

To install all the drivers (described INF files) from a flash drive in Windows, run the command:

pnputil /add-driver F:\*.inf /subdirs

pnputil - install device drivers cmd

Rescan devices:

pnputil /scan-devices

Close the command prompt and restart the computer. Windows 11 should automatically detect your network adapter and install a suitable driver from the Driver Store. You can then proceed with the Windows 11 installation.

Unused device drivers can be manually removed from the Windows Driver Store.

Inject Network Drivers into a Windows 11 Installation Image

To avoid installing device drivers manually, you can add the network drivers to the Windows ISO/WIM installation image.

Learn more about installing Windows 11 on unsupported hardware (without TPM, Secure Boot, etc.).
1 comment
5
Facebook Twitter Google + Pinterest
Windows 11
previous post
Set up SSH Key-Based Authentication on VMware ESXi
next post
Hide Library and Special Folders from File Explorer on Windows

Related Reading

How to Allow Multiple RDP Sessions on Windows...

March 15, 2024

How to Install Remote Server Administration Tools (RSAT)...

March 17, 2024

Managing Windows Firewall Rules with PowerShell

March 11, 2024

How to Fix ‘An Operating System Wasn’t Found’...

August 24, 2023

Create a Custom Windows Image with Pre-installed Apps

February 28, 2024

How to Allow Non-Admin User to Start/Stop Service...

March 15, 2024

Fixing ‘The Network Path Was Not Found’ 0x80070035...

August 31, 2023

Installing Language Pack in Windows 10/11 with PowerShell

September 20, 2023

1 comment

Rene September 22, 2024 - 11:14 pm

Does not work anymore, all seems well until restart. The bypass option is not there and ut just keeps searching still

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Failed to Open the Group Policy Object on a Computer

    June 2, 2025
  • Remote Desktop Printing with RD Easy Print Redirection

    June 2, 2025
  • Disable the Lock Screen Widgets in Windows 11

    May 26, 2025
  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • How to Allow Multiple RDP Sessions on Windows 10 and 11
  • How to Run Program without Admin Privileges and Bypass UAC Prompt
  • Fixing ‘The Network Path Was Not Found’ 0x80070035 Error Code on Windows
  • How to Delete Old User Profiles in Windows
  • How to Install Remote Server Administration Tools (RSAT) on Windows
  • How to Backup and Copy Local Group Policy Settings to Another Computer
  • How to Fix ‘An Operating System Wasn’t Found’ Error on Windows
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top