Updating BIOS used to be a high-stakes operation. A power flicker or interrupted write could leave your motherboard as an expensive paperweight. Modern boards have made the process much safer, but it still pays to do it carefully. Here’s how to update BIOS without anything going wrong.
When you should update
You don’t need to chase every BIOS release. Update when:
- You’re installing a newer CPU that requires a BIOS version your current one doesn’t support.
- You’re experiencing weird stability issues that BIOS notes mention as fixed.
- RAM compatibility is broken for kits the board should support.
- A major security vulnerability is patched.
- You’re starting fresh with a new build and want the latest stable version.
You should NOT update for the sake of it. If your system is stable and working, leave it alone. New BIOS versions sometimes introduce new bugs.
Identify your exact board model
The first and most important step. Open Windows and run:
- Press Windows + R, type
cmd, hit Enter. - Type:
wmic baseboard get product,manufacturer - Note the exact name shown.
Or look at the silkscreen on the motherboard itself between the PCIe slots — there’s usually a model name and revision printed there.
Boards with the same name can have different revisions (Rev 1.0 vs Rev 2.0, etc.) — they sometimes use different BIOS files. Get the right one.
Check your current BIOS version
- Reboot into UEFI (Delete key during boot).
- The main page usually shows the current BIOS version.
- Or in Windows:
wmic bios get smbiosbiosversion
Compare with the latest available on the manufacturer’s site.
Download from the OFFICIAL site only
Never download BIOS files from third-party sites or forums. Always go to:
- ASUS: asus.com → Support → enter model
- MSI: msi.com → Support → enter model
- Gigabyte: gigabyte.com → Support → enter model
- ASRock: asrock.com → Support → enter model
Download the latest stable BIOS for your exact revision.
Read the release notes
Some BIOS updates require an intermediate version first. For example, “Cannot update from BIOS 1.x to 3.x directly; flash 2.20 first.”
The release notes also tell you what’s fixed or added — sometimes there’s a reason to skip a version with known issues.
Choose your method
Modern boards usually support three update methods. Best to worst:
1. USB Flashback / Q-Flash Plus / BIOS Flashback (recommended)
This method writes the BIOS straight from a USB stick using a dedicated chip on the board, without booting the system. It works even with no CPU or RAM installed.
Steps:
- Format a USB stick as FAT32.
- Copy the BIOS file to the stick’s root directory.
- Rename the file as instructed by the manual (e.g., for some boards it must be named
MSI.ROM). - Plug the USB into the specific port labeled “BIOS Flashback” on the back I/O.
- Press the small Flashback button on the back I/O.
- A small LED blinks during the process. Wait for it to stop (usually 3-8 minutes).
- Power on the system normally.
This is the safest method because it’s hardware-driven and immune to OS issues.
2. UEFI-based updater
Most boards have a built-in tool in UEFI (often called EZ Flash, Q-Flash, M-Flash). Steps:
- Copy the BIOS file to a FAT32 USB stick.
- Reboot into UEFI.
- Launch the BIOS flashing tool from the UEFI menu.
- Select the BIOS file from the USB.
- Wait for it to flash, then reboot.
Reliable, but the system has to be working enough to enter UEFI.
3. Windows-based updater (avoid)
Some manufacturers provide a Windows utility that flashes BIOS while the OS is running. This is generally the riskiest method — anything that interrupts Windows (a crash, an antivirus scan, an update) during the flash can brick the board. Use only as a last resort.
What to do during the update
- Do not lose power. Plug into a UPS if you have one. Avoid storms or unstable power.
- Do not reset the system.
- Do not press anything. Let the process complete on its own.
- Do not remove the USB stick until the LED stops blinking.
BIOS updates typically take 2-8 minutes. They can feel like nothing is happening — that’s normal.
After the update
The board will reboot, often automatically. You may see a “BIOS updated successfully” message, or just boot normally.
BIOS updates often reset all your settings to defaults. After updating:
- Enter UEFI.
- Re-enable XMP / EXPO for your RAM.
- Confirm Secure Boot is enabled (Windows 11 needs it).
- Confirm fTPM / PTT is enabled.
- Set your boot order if needed.
- Tweak fan curves if you had custom profiles.
- Save and exit.
What if it bricks the board?
If the board doesn’t boot after a BIOS update:
- Clear CMOS using the case button, jumper, or removing the battery for 30 seconds.
- If your board has dual BIOS, follow the manual’s procedure to switch to the backup.
- If your board has Flashback, try flashing back to the old version.
- If none of those work, contact the manufacturer. Most will RMA bricked boards if the failure happened during a proper BIOS update.
Quick checklist
- Identify exact motherboard model and revision.
- Download BIOS from manufacturer’s site only.
- Read release notes.
- Use Flashback method if your board has it.
- FAT32 USB, file in root, possibly renamed per manual.
- Do not interrupt the process.
- Re-enable XMP/EXPO and other settings after.
Done properly, BIOS updates are uneventful. Done carelessly, they’re stressful. Spend the extra ten minutes to be careful.