You just finished formatting your PC, Windows is freshly installed, and then it hits you — no network adapter driver, no internet connection, and a machine that feels like a paperweight. It’s one of the most frustrating loops in tech: you need the internet to get drivers, but you need drivers to get the internet. If you’ve been there, this guide will walk you through every practical method to break that cycle.
The strategies below work whether you’re dealing with a desktop tower, a gaming rig, or a laptop that was wiped clean. Some require a second device and a USB stick. Others rely on tools you can prepare before you ever touch the format button. All of them are free.
Why Formatting Leaves You Without Drivers
When Windows is installed from scratch, it includes a basic set of generic drivers — enough to power the screen, a keyboard, and a mouse. What it doesn’t reliably include are the manufacturer-specific drivers for your network card, GPU, audio chip, or chipset. Those drivers live on the manufacturer’s servers, not in the Windows installation image, unless you’re using a custom OEM build.
The network adapter driver is usually the first casualty. Without it, your Ethernet port does nothing, and Wi-Fi doesn’t appear in Device Manager. Everything else — GPU performance, sound, Bluetooth — depends on getting online first. That’s why having a pre-format backup or a second device ready is the smartest move you can make.
It’s also worth understanding that newer hardware generations are more likely to be left out of the default Windows driver pool. Chipsets and network controllers released in the past two or three years often have no generic fallback, meaning Device Manager simply shows an unknown device with no partial functionality at all. Older machines may fare slightly better because their hardware has had time to be folded into Windows Update’s offline catalog — but relying on that is a gamble not worth taking when a USB preparation takes minutes.
- Generic vs. specific drivers: Windows Update can push manufacturer drivers automatically, but only once you’re online.
- OEM installs vs. clean installs: Laptops from Dell, HP, or Lenovo often ship with driver packs. A clean Windows ISO skips all of that.
- Missing drivers don’t always crash Windows — they just silently break hardware functionality.
Method 1 — Back Up Drivers Before You Format
The cleanest solution is one you execute before the problem ever starts. Windows has a built-in utility called DISM (Deployment Image Servicing and Management) that can export all currently installed third-party drivers into a folder you copy to a USB drive.
Open an elevated Command Prompt and run: dism /online /export-driver /destination:"D:DriverBackup" — replace D:DriverBackup with your USB path. This exports every non-Microsoft driver installed on the system. After formatting, plug the USB in and run: pnputil /add-driver "D:DriverBackup*.inf" /subdirs /install to reinstall them all in one pass.
In my experience setting up dual-boot systems and clean-installing Windows on older hardware, this DISM export is the single most reliable offline method. The exported drivers are already matched to your hardware, so there’s no guesswork about compatibility. The only catch: if a driver was corrupted before the format, the backup captures the corrupted version too.
A smart habit is to run a fresh DISM export every time you install a major driver update — for example, after updating your GPU driver or a new chipset release. That way your USB backup always reflects the latest stable state of your system, not a months-old snapshot. Store the USB somewhere accessible and label it clearly so it’s ready the moment you need it.
- Works on Windows 10 and Windows 11.
- Requires about 200–800 MB of USB space depending on your hardware.
- Saves audio, chipset, GPU, and network drivers in a single pass.
Method 2 — Use a Second PC to Download Ethernet or Wi-Fi Drivers
If you didn’t prepare a backup, grab any other device with internet access — a phone, a laptop, a friend’s computer. Your first target is the network adapter driver, because once that’s running, Windows Update handles the rest automatically.
To find exactly which driver you need, boot into the freshly formatted PC, open Device Manager (right-click Start → Device Manager), and look for the network adapter under “Other devices” — it usually appears as an unknown device with a yellow exclamation mark. Right-click it, select Properties, then the Details tab, and choose “Hardware IDs” from the dropdown. You’ll see a string like PCIVEN_8086&DEV_15B8. That’s your hardware fingerprint.
Take that string to the second device, open a browser, and search it directly. Sites like DevID.info and DriverIdentifier.com index drivers by hardware ID and let you download the correct installer. Copy the file to a USB, plug it into the formatted machine, and run it. Once the network adapter is live, connect to the internet and let Windows Update pull everything else.
If the unknown device doesn’t show up in Device Manager at all — not even as an unrecognized entry — the adapter may be disabled in BIOS. Check your UEFI settings for any toggle labelled “onboard LAN,” “Wi-Fi controller,” or “network stack” and make sure it’s enabled before assuming the driver is the issue. This step saves a surprising amount of troubleshooting time.
- Hardware IDs are unique to your specific chip revision — always use them over generic model names.
- For Intel NICs (PCI VEN_8086), the official Intel Driver & Support Assistant package works offline once downloaded.
- Realtek and Killer network adapters have standalone offline installers on their manufacturer pages.
Method 3 — Download a Driver Pack to USB Before Formatting
Driver packs are large bundles that include drivers for hundreds of hardware combinations. The most well-known is the DriverPack Solution offline version, which weighs in at roughly 30 GB and covers the vast majority of consumer hardware sold in the last decade. You download the ISO on a working machine, copy it to a USB or external drive, and run it offline after formatting.
There are leaner alternatives. Snappy Driver Installer Origin (SDIO) is open-source and lets you download only the driver indexes first, then selectively grab packs for specific hardware categories — network, audio, GPU, chipset. This is a much more surgical approach if you’re short on storage. SDIO’s selective download mode typically gets you network connectivity with a 500 MB–1 GB download instead of 30 GB.
One important note: DriverPack Solution’s installer sometimes bundles unwanted software in its automated mode. Always use the manual selection mode and deselect anything unrelated to drivers. SDIO doesn’t have this issue — it’s purely a driver tool. For anyone who regularly sets up and repairs PCs, keeping an SDIO USB stick in a drawer is worth every bit of the preparation time. If you’re also dealing with GPU performance issues after reinstalling, the guide on GPU overheating causes, diagnosis, and proven fixes covers what to watch for once your display driver is back online.
Method 4 — Use Windows Update Offline via the Microsoft Update Catalog
Microsoft hosts a standalone download portal called the Microsoft Update Catalog (catalog.update.microsoft.com). It’s a searchable database of every driver that Microsoft has certified and pushed through Windows Update — and you can download those driver packages as standalone .cab or .msu files on any device.
Search by your hardware’s Device Manager string or by product name. For common chipsets like Intel’s 10th–13th Gen platforms, there are comprehensive driver bundles listed under the chipset family name. Download the file on a working device, transfer via USB, and install manually by right-clicking the .inf file inside the package and selecting “Install.”
This method is particularly useful for laptop owners whose machines came with Windows preinstalled. Dell, HP, Lenovo, and ASUS all submit their OEM drivers to the catalog, so what Windows Update would have pushed automatically is also available for manual download. The catalog’s search isn’t always intuitive, but filtering by “Driver” and sorting by date gets you to the right files quickly.
One underused trick with the Microsoft Update Catalog is combining it with your Device Manager hardware ID. Paste the full ID string — for example PCIVEN_10EC&DEV_8168 — directly into the catalog search bar. The results are often more precise than searching by a product name, which can return dozens of loosely related packages. This approach works especially well for Realtek Ethernet controllers and Intel wireless adapters that have multiple revisions under similar marketing names.
Method 5 — Manufacturer Driver Packs for Laptops and OEM Systems
If you own a laptop or a prebuilt desktop from a major brand, the fastest offline path is the manufacturer’s own driver pack. Dell, HP, Lenovo, and ASUS each maintain dedicated driver download pages where you can filter by model number and operating system version, then download a single executable that installs all essential drivers in the correct order.
Dell’s Command Update and HP’s Support Assistant both offer offline installation modes. For Lenovo ThinkPads and IdeaPads, the Lenovo System Update package can be downloaded and run offline with a local driver repository. These manufacturer tools also install firmware updates and power management utilities that generic tools miss entirely.
The key step: before formatting, note your exact model number (usually on a sticker under the laptop or in System Information). On the second device, navigate to the manufacturer’s support site, enter the model, download the complete driver pack for your OS version, and copy it to USB. Most of these packs are between 500 MB and 2 GB. If you’re curious how hardware-level optimizations connect to broader digital infrastructure decisions, the overview of configuring DNS to reduce latency in online gaming shows how software and network layers interact once your system is fully operational.
Conclusion
Breaking the no-drivers, no-internet loop is entirely manageable once you know where the escape hatches are. The DISM export is your best preparation tool before formatting. Hardware ID searches plus sites like DevID.info are your best recovery tools after the fact. For regular PC builders or IT technicians, keeping an SDIO stick or a manufacturer driver pack on an external drive eliminates the problem entirely. Pick the method that fits your situation, execute it once cleanly, and you’ll spend far less time staring at an unknown device in Device Manager — and far more time actually using your freshly formatted machine.
FAQ
What is the easiest way to get network drivers without internet access?
Use a second device to look up your network adapter’s hardware ID from Device Manager, then search that string on DevID.info or the Microsoft Update Catalog to download the exact driver file. Transfer it via USB and install it manually on the formatted machine.
Can I use my phone to download drivers for my PC?
Yes. You can download the driver installer file on your phone, transfer it via USB cable or a USB flash drive, and install it on the PC. Make sure to download the .exe or .zip installer, not a web-based setup that requires an active connection to complete installation.
Does Windows automatically install drivers after formatting?
Windows installs generic drivers for basic hardware automatically, but manufacturer-specific drivers for your GPU, audio chip, and network adapter typically require Windows Update — which needs an active internet connection. Without a network driver, that process can’t start.
Is DriverPack Solution safe to use?
DriverPack Solution is a legitimate tool, but its automated installer has historically bundled unwanted software. Always use manual selection mode, deselect non-driver components, and consider Snappy Driver Installer Origin as a cleaner, open-source alternative with no bundleware.
How much space do I need on a USB stick for an offline driver backup?
A DISM driver export typically uses 200 MB to 800 MB depending on how many drivers are installed. Snappy Driver Installer Origin with selective packs needs 500 MB to 1 GB for network and essential drivers. A full DriverPack Solution offline ISO requires approximately 30 GB.
What should I do if my network adapter doesn’t appear in Device Manager at all?
If there’s no entry — not even an unknown device — the adapter may be disabled at the BIOS level. Restart the PC, enter UEFI settings, and look for options labelled “Onboard LAN,” “Wi-Fi Controller,” or “Network Stack” and confirm they are enabled. If the adapter still doesn’t show after enabling it, the hardware itself may be faulty, or the Windows installation image may be missing a critical INF file needed for initial detection. In that case, a manufacturer driver pack or a DISM-exported backup loaded early in the boot process via a driver injection tool will resolve it.

Marcus Halden is a financial writer and structural analyst focused on explaining how incentives, risk, and financial systems shape long-term economic outcomes. His work emphasizes realism, context, and a system-based understanding of money under sustained pressure.