How to update BIOS without Wi-Fi: all working methods

Update BIOS (or its modern equivalent UEFI) is a critical procedure for the stable operation of a computer, fixing vulnerabilities, and supporting new hardware. But what if your PC or laptop isn't connected to Wi-Fi, and there's no wired internet either? This situation often arises when setting up new systems, recovering from failures, or working in conditions with limited network access.

Unlike a standard update via the Internet, the manual process requires care: an error at any stage can lead to inability to boot the deviceIn this guide, we'll cover all the proven update methods. BIOS without Wi-Fi — from using a flash drive to transferring files from another device. We'll pay special attention to the nuances for laptops. Lenovo, HP, ASUS and motherboards Gigabyte/MSI, where algorithms may differ.

Why updating BIOS without internet is riskier

The main danger lies in the lack of automatic compatibility checking. When connecting to the network, the manufacturer (for example, through a utility) Lenovo Vantage or MSI Live Update) analyzes:

  • 🔹 Motherboard model — mismatched firmware can brick the device.
  • 🔹 Current BIOS version - Some updates require intermediate patches.
  • 🔹 Hardware configuration - new versions may not support older processors.

Without internet, you take responsibility for these checks yourself. For example, firmware for ASUS ROG Strix B550-F Gaming not suitable for ASUS TUF B550-Plus, even if the chipset is the same. And the update from version 1.04 to 3.10 may require pre-installation 2.07.

⚠️ Please note: Manufacturers regularly update compatibility lists and instructions. If your motherboard was released before 2020, please check the official website for the latest requirements—some older models require special utilities for manual updates.

Another hidden risk is interruption of the processWhen updating automatically over the internet, the system usually blocks interrupts, but when updating manually, it does not. If the laptop runs out of battery or you accidentally remove the flash drive, recovery may require a programmer.

📊 How often do you update your BIOS?
Never updated
Only in case of critical errors
I check for new versions regularly
I don't know what this is

Method 1: Update via USB flash drive (universal method)

This is the most reliable method for most devices. You will need:

  • 💾 Flash drive format FAT32 (up to 32 GB).
  • 🖥️ Another computer or smartphone with internet access.
  • 🔧 Screwdriver (for laptops - if you need to remove the cover to access the BIOS).

Steps:

  1. Download the firmware. On the manufacturer's official website, find the support section, specify the exact model of the device and download the latest BIOS file (usually in the format .CAP, .ROM or .FD>). For example, for Gigabyte B450 AORUS ELITE this will be a file of the type B450AELITE.F5.
  2. Prepare a flash drive. Format it in FAT32 (Not exFAT or NTFS!) and copy the downloaded file to the root directory. Rename the file if necessary (for example, for ASUS often need a name BIOS.CAP).
  3. Boot into BIOS. Restart your PC and press the BIOS entry key (usually Del, F2 or Esc). For laptops HP may be required F10, For LenovoFn + F2.
  4. Run the update. Find the type section Tools, EZ Flash (at ASUS), Q-Flash (at Gigabyte) or M-Flash (at MSI). Select the file from the flash drive and confirm the start of the process.

The flash drive is formatted in FAT32|

The firmware file name complies with the manufacturer's requirements|

The laptop battery is charged to 100% (or the PC is connected to a UPS)|

All peripheral devices (printers, external drives) are disabled-->

The update process will take 2-10 minutes. Do not turn off the power and do not press any keys until you see a success message (eg. Update Successful or Reboot System Now).

Method 2: Using the manufacturer's utilities (for laptops)

Many laptops (Lenovo, Dell, HP) allow you to update the BIOS using proprietary utilities, even without internet access. The main thing is to download the necessary files first.

Examples of utilities:

Manufacturer Name of the utility Supported models Peculiarities
Lenovo Lenovo Vantage / Lenovo System Update ThinkPad, Legion, IdeaPad May require pre-installation of drivers
HP HP Support Assistant Pavilion, Omen, EliteBook Downloads firmware in the background, but can work offline
Dell Dell Update or SupportAssist XPS, Inspiron, Latitude Supports manual file uploads .exe
ASUS MyASUS or WinFlash ROG, TUF, Vivobook Requires running as administrator

Algorithm for Lenovo:

  1. Download the utility Lenovo System Update and the latest BIOS firmware from the support site.
  2. Install the utility on your laptop (without internet connection).
  3. Copy the firmware file (for example, n14ur17w.exe) to the folder C:\DRIVERS\FLASH.
  4. Run the utility, select Manual Update and specify the path to the file.

Method 3: Update via DOS (for older motherboards)

Some motherboards (especially those manufactured before 2018) require a BIOS update via DOSThis method is more difficult, but sometimes it is the only possible one.

You will need:

  • 💾 Bootable USB flash drive with FreeDOS or MS-DOS.
  • 📁 BIOS firmware and a utility for installing it (for example, AFUDOS.exe For ASUS or FLASH.EFI For Intel).

Instructions:

  1. Create a bootable USB flash drive with FreeDOS (can be used Rufus in mode DD).
  2. Copy the firmware files and utility (for example, AFUDOS.exe nvme.bat).
  3. Boot from a flash drive in boot mode DOS.
  4. Run a command like:
    AFUDOS /iB450CAP.CAP /p /b /n /k

    Where /p - programming, /b - backup, /n - without version checking.

⚠️ Note: Commands for DOS utilities vary among manufacturers. For example, Gigabyte is used flash.bat, and at MSIAMIFlash.exeAlways check your motherboard documentation!
What to do if DOS doesn't see the flash drive?

If the bootable USB drive is not detected in DOS, try:

1. Use a different USB port (preferably 2.0).

2. Recreate the flash drive in Rufus with the "Large FAT32" option.

3. Connect the flash drive via a USB hub with external power (for older boards).

4. Replace the flash drive with another one (some BIOS do not work with USB 3.0).

Method 4: Transfer files from another device (smartphone, tablet)

If you don't have a second computer, but have a smartphone with internet access, you can download the firmware to it and then transfer it to your PC. Options:

  • 📱 Via Bluetooth. Connect your smartphone to your PC via Bluetooth and send the file as a regular attachment.
  • 📎 Via OTG cable. Connect the flash drive to your smartphone, download the firmware directly to it, then insert the flash drive into your PC.
  • 📧 By email. Send the file to yourself by email, then open the web version of the email on your PC (if you have any connection, even 2G).

For Android- It is convenient to use file managers like those on smartphones Total Commander or FX File Explorer, which support FTP serverLaunch the server on your phone, and connect to it on your PC via a browser at ftp://[phone IP address].

Important: BIOS files often weigh 5–20 MB, so make sure your smartphone has enough storage. Also, check the integrity of the file after transferring (the size should match the original).

Common mistakes and how to avoid them

Even if you follow the instructions exactly, problems can arise. Let's look at some typical scenarios:

Error Cause Solution
Invalid file format The firmware file is corrupted or not compatible with your model. Download the file again, check the extension (.CAP, .ROM)
BIOS ROM file not found The flash drive is not formatted in FAT32 or the file is not in the root directory. Reformat the flash drive and rename the file according to the instructions.
Black screen after reboot Incompatible firmware or interrupted update Try resetting the BIOS (remove the CMOS battery for 10 minutes)
Secure Flash check fail Flash protection is enabled (on some devices) ASUS) Turn it off Secure Boot in BIOS settings

If your PC won't turn on after updating:

  1. Check the indicators on the motherboard (if any). The error code can be deciphered from the documentation.
  2. Reset the BIOS by closing the jumper CLR_CMOS (see the board manual for the location).
  3. If there is a backup firmware (for example, Dual BIOS on Gigabyte), run recovery according to the manufacturer's instructions.

How to check if the update was successful

After rebooting, you need to ensure the firmware has installed correctly. There are several ways to do this:

  • 🔍 Via BIOS. Go to BIOS settings and find the version information (section System Information or Main).
  • 🖥️ Via Windows. Open Command line and enter:
    wmic bios get smbiosbiosversion

    The current version will be displayed.

  • 📋 Through utilities. Programs like CPU-Z (tab Mainboard) or HWiNFO will show the BIOS version.

If the version has not changed:

  • Repeat the update process, making sure the firmware file is correct.
  • Check if your BIOS settings have been reset to default (this is normal after an update).
  • Some manufacturers (for example, HP) the update occurs in two stages - a restart is required.

FAQ: Answers to Frequently Asked Questions

Is it possible to update BIOS without a flash drive?

Yes, but only if you have access to another storage device (external hard drive, SD card) or the ability to download the firmware file over a local network. Some motherboards (ASRock, some MSI) support updating directly from Windows using the manufacturer's utility, but this is less reliable.

What should I do if I don't have a second computer to download the firmware?

Options:

  1. Use your smartphone or tablet to download the file (see Method 4).
  2. Contact a service center or electronics store—many offer the service of downloading files to a flash drive.
  3. If you have access to a wired internet connection (for example, in an office), connect your PC directly via cable and update the BIOS using the manufacturer's utility.
Is it possible to roll back the BIOS version if the new one is unstable?

Technically yes, but it's risky. Manufacturers rarely provide older firmware versions on their websites. If a rollback is necessary:

  • Find the firmware archive on specialized forums (for example, Win-Raid).
  • Use the same procedure as for updating, but with the old version.
  • Please note that downgrading may result in loss of support for new hardware (e.g. processors Ryzen 5000 on boards B450).
Why were the settings reset after updating the BIOS?

This is normal behavior. Updating the BIOS resets all user settings (boot priority, overclocking, fan settings) to factory defaults. You will need:

  1. Go to BIOS and configure the settings again.
  2. If you have overclocked your CPU/Memory, please apply your previous settings or run a stress test (Prime95, MemTest86) to check stability.
  3. Update your chipset and power management drivers (especially important for laptops).
How to update the BIOS on a laptop with blocked access to settings?

Some laptops (especially corporate models) Dell Latitude or HP EliteBook) have protection against BIOS modification. Solution options:

  • 🔐 BIOS password. If you forgot it, try the standard combinations (admin, password) or reset via the jumper on the motherboard.
  • 🛡️ Write protection. Some laptops have a physical switch or jumper that disables the firmware. Look for it near the battery or under the keyboard.
  • 📞 Official unlock. For corporate devices, you may need an unlock code from the manufacturer (it is issued based on the serial number).