How to Update BIOS Safely (and When You Shouldn’t)

Updating your BIOS (UEFI firmware) can fix stability bugs, add CPU compatibility, and patch security issues—but a bad update can leave a PC unable to boot. This guide explains when a BIOS update is truly worth it, when “

you have a compelling reason (security fix, stability bug, new CPU/RAM support, or a fix recommended by a vendor) but skip it otherwise—BIOS flashing is always risky and can render your PC unbootable.

  • For most mainstream desktops, the safest method is to update from inside the motherboard’s BIOS or UEFI (using Q-Flash / M-Flash / EZ Flash), with a single FAT32 USB drive with no other files on it.
  • Before flashing, make sure to remove all overclocks, ensure you have a stable power supply on your PC, confirm you know the exact model/revision of your motherboard, and if you use BitLocker, suspend it and write down your BitLocker recovery key before you proceed. Never turn off the power during a flash, and after your flash you’ll want to check your BIOS version again and apply settings like XMP/EXPO, fan curves, and boot order.

A BIOS (or modern UEFI) update can indeed be quite useful, but it’s not like updating a “normal” Windows app. As more than a few unlucky system builders can attest, if a flash goes wrong you may end up with a computer that won’t boot, and even a successful update often means you’ll have to enter BIOS settings and re-apply or adjust your settings, or respond to BitLocker prompts where that’s enabled. This guide will offer common-sense best practices for how to calm and guide yourself through decisions on when to “flash” (or not flash) the BIOS/UEFI, and then a reliable process for doing so when the risk does seem worthwhile.

(Insta-disclaiming disclaimer: This guide is not a plug-and-play set of exact instructions on how to flash your BIOS on your particular PC. BIOS screens vary a lot from model to model; always go to your PC or motherboard manufacturer’s support page for the exact product you’re using. If your machine is business-managed, please follow your organization’s IT process, or just ask first!)

Now we’re here to deepen our understanding of what, exactly, a BIOS/UEFI update might do to your machine or improve with it, and what makes it a risky process.TO DO: Please provide a low-level definition of BIOS/UEFI firmware in context and why this is

Updating it can affect how your system boots, how your hardware behaves, and more. That’s why vendors make explicit mention of the risks of cutting power while flashing, and warn of caution when there’s no strong reason to update.

When You Should Update BIOS (Good Reasons That Justify the Risk)

A safe rule of thumb: if you can’t point to a real benefit in the release notes, or a specific recommendation by a vendor for your model, don’t go messing about with the BIOS chip.

HP describes the update process as “worth the risk” “if it resolves a specific problem, if it improves performance or resolves a software incompatibility, especially in support of hardware upgrades or upgrades to Windows, or if Support recommends a particular version for a specific system.” Here’s a practical “should I update?” decision table:

Your situationUpdate BIOS?Why
You’re installing a new CPU that isn’t supported on your current BIOSYes (but do it before the swap, if required)BIOS updates commonly add CPU compatibility, without it, it simply won’t POST.
You’re experiencing a specific issue the release notes mention (a past boot loop, USB problems, sleep/wake bugs)Almost always yesYou have a good fix, so the risk is easier to justify.
Vendor release notes mention a security bulletin for your platformOften yesFirmware security is often meaningful, so if a risk is mentioned, follow vendor guidance. Your PC is stable and you’re merely curious about “latest BIOS”Usually noIf it isn’t broken, the risk outweighs the gain
| You’re on a work/managed PC with BitLocker, device management, or strict compliance requirements | Only with IT approval | Firmware changes can trigger BitLocker recovery and management policy issues. |
|—|—|—|
| When You Should NOT Update BIOS (Common “No” Scenarios) | Your system is stable and the BIOS release notes don’t address anything you need. (GIGABYTE explicitly notes that flashing is potentially risky and recommends not flashing if you aren’t encountering problems.) | You can’t confirm the exact motherboard/system model and (if applicable) motherboard revision. Wrong-file flashes are a real cause of failures. | Your power is unreliable right now (storms, frequent outages) and you don’t have a UPS or a laptop charger available. | You’re currently running aggressive overclocks/undervolts or unstable RAM settings (XMP/EXPO). Flashing under instability increases risk. | You rely on BitLocker but don’t have your recovery key and don’t know how to suspend protection safely. | The BIOS you’re looking at is beta (unless you specifically need it and are comfortable with the risk). | Before You Start: The BIOS Update Safety Checklist | Goal: reduce “unknowns.” Most BIOS update disasters come from wrong files, unstable systems, or power interruption—not from the vendor flash tool itself. | Identify the exact device/motherboard model (and motherboard revision if your vendor uses revisions). Don’t guess. | Check your current BIOS version. In Windows, you can open System Information (run: msinfo32) and look for “BIOS Version/Date,” or check the version shown in BIOS setup. |
  1. Read the BIOS release notes for your exact model. What benefit are you getting—compatibility, fix, security, vendor recommendation?
  2. Back up what you can: write down current BIOS settings (boot order, XMP/EXPO, fan curves, virtualization settings, RAID mode). Many BIOS setups allow you to save a profile; use that if available.
  3. Return to safe defaults: disable overclocks/undervolts and set RAM to default/JEDEC for now.
  4. Plan for power stability: desktops on a UPS if possible; laptops plugged into AC. Don’t start if battery is low.
  5. Disconnect non-essential peripherals (extra USB drives, printers, scanners). Dell specifically lists disconnecting external devices except keyboard/mouse for BIOS updates.
  6. If BitLocker is enabled: save your recovery key, then suspend BitLocker protection before the update (details below). 8. Download the BIOS only from the official support page for your model (HP explicitly warns to install BIOS updates, only from HP for HP systems; apply that same logic for others).

BitLocker note (Windows Pro/Enterprise): suspend it first

If your Windows drive is BitLocker-protected, firmware changes can trigger a recovery prompt the next time you boot. As Microsoft’s guidance for firmware updates from suppliers (non-Microsoft), we suggest you “Suspend protection,” update the firmware, and then resume the protection afterward. Dell specifically warns to disable BitLocker before you update the BIOS, or you may need your recovery key.

To suspend BitLocker protection,

Control Panel → System and Security → BitLocker Drive Encryption → Suspend protection (then resume the protection after the BIOS update).

  • PowerShell method (admin): Suspend-BitLocker -MountPoint "C:" -RebootCount 0 (continue after with Resume-BitLocker -MountPoint "C:").
  • Tip: save a copy of your BitLocker recovery key somewhere you can access it without needing to boot into the PC (along with your backup email address, store it in a password manager or copy it to your Microsoft account recovery key page). Don’t start the BIOS update process if you don’t have a secure way to get to your key backup.

The Safer Path on Many Custom-Built Desktops: Update From Within BIOS/UEFI

On many enthusiast-grade motherboards, a safer and more repeatable method is to use the built-in utility to flash your BIOS (commonly, these will be named something like MSI M-FLASH or ASUS EZ Flash / ASUS Firmware Update or GIGABYTE Q-Flash). In this way, you take the update process out of Windows and reduce the chance an app, driver, or crash interferes in the middle of a flash.

  1. Prepare a small USB drive you’ll use for the update (generally you want the simplest format to deal with; often a FAT32 format makes the most sense and stick to 32GB or less), and do a quick format of it.
  2. Go to the manufacturer site of your motherboard and download the BIOS file, specific to your model of motherboard.
  3. If necessary, extract/unzip the BIOS download (many vendors package these up in a compressed archive).
  4. Copy the file you need for the update to the USB drive, usually the root of the drive (many vendors aren’t going to a subfolder, that’s where they will expect to find it avoid making it more complicated than necessary unless they tell you to).
  5. Reboot, and enter the BIOS setup (commonly Delete or F2 at start up).
  6. Locate and launch your board’s flash utility (commonly Q-Flash, M-FLASH, or EZ Flash).
  7. Locate the BIOS file on your media, and be absolutely certain you are flashing the intended version and to the correct model.
  8. When the update process is underway, do not touch the keyboard, remove media,
    or otherwise break power until it’s finished flashing.Be patient—even if the gratefully loud beep is followed by multiple resets.
  9. Confirm your version is updated by going back to BIOS. Reapply your settings again (boot ordering, XMP/EXPO, fan curves, virtualization).
  10. Resume BitLocker protection (if you suspended it there).

Rule #1: Never power off the computer when you’re doing a BIOS update. A few vendors explicitly will tell you this risks boot failure or even a fried motherboard.

Vendor Notes (Why is my screen different looking?)

  • MSI boards typically use M-FLASH. They note not to turn off the computer, disconnect the power or drive during the flash.
  • GIGABYTE guides for their Q-Flash are heavy on caution telling users to make sure they are using the right motherboard BIOS file, and that flashing simply to flash is indeed going to be risky if you aren’t having an issue.
  • ASUS update flows may look like EZ Flash / ASUS Firmware Update once you jump into the BIOS. They also include a BIOS FlashBack technique on select products; in a way, “flashing in recovery by going back to basics.”

If the PC Won’t Boot: BIOS Flashback / Flash BIOS Button (If Supported)

Specific motherboards allow users to flash a BIOS using “USB BIOS FlashBack,” or “Flash BIOS Button” or some synonym. Often, the flash continues even with no CPU and RAM installed—more the case than not on this method that looks to help when updating to a new chip needing a new BIOS, or when the system won’t POST and puts a flashing technique are your best bet.

  1. Make sure your motherboard even offers the option (and how to physically do so). Format a USB drive as FAT32 and transfer the BIOS file to it as the vendor specifies (this almost always means a required filename). Connect the necessary power cables to the motherboard (check your manual; some processes require specific connectors). Insert the USB drive into the designated rear USB port for BIOS flashing (this is only included on some boards). Press the Flashback/Flash BIOS button and wait for the indicator LED to change color, indicating completion (this behavior varies by vendor). Do not remove power during the process.

[/CALLOUT]

If you also aren’t sure if your board has anything like this, don’t experiment. Instead, check your board manual or the vendor FAQ for your specific model first.

Laptop and OEM Desktop PCs: Use the Manufacturer Update Path

On laptops and prebuilt desktops (like Dell and HP, ASUS laptops, etc.), the “best” method is generally going to be the one your manufacturer documents for your exact model. OEM tools also commonly bundle checks like battery level, model matching, required intermediate updates, and more. For example, Dell documents that you an update the BIOS from the One-Time Boot Menu (F12) and warns to keep the AC power connected and not power off during update.

Example workflow: Dell BIOS update via the F12 Boot Menu (high-level)

Download the BIOS update executable for your exact Dell model and put it on a FAT32 USB drive. Reboot and tap F12 for the One-Time Boot Menu and select the option to start the BIOS Flash Update (not all options may include one for this purpose
).- Select the BIOS file and kick the update off. Leave the laptop on AC power, do not shut down until the update completes.

Example workflow: HP business desktops (high-level)

  • Use HP’s official BIOS update guidance and tools for your model (HP does not recommend installing BIOS updates from non-HP manufacturers).
  • If the device is under IT control, make sure you confirm BIOS updates in your deployment environment and complete the IT process.

After the Update: What to Check on First Boot

  1. Enter BIOS setup and check that the installed BIOS version matches what you updated to.
  2. Load “Optimized Defaults” (unless your vendor says otherwise) then just re-apply the bits you absolutely need.
  3. Restore the boot order (important especially if you have multiple drives).
  4. Re-enable XMP/EXPO (if you use it) and make sure the system boots reliably. If you see instability pop up, go back to defaults and troubleshoot RAM settings as a separate project.
  5. Re-check any virtualization settings (Intel VT-x/AMD-V), Secure Boot, TPM settings, SATA/RAID mode, etc. if any of that is important to your setup.
  6. Resume BitLocker protection (if suspended).
  7. Let the system complete its first full boot and then one additional restart before you consider “the update is done.”

If Something Goes Wrong: Safer Next Moves (Don’t Panic-Click)

  • If the update tool is still running: wait. Some systems might look “stuck” but they are still writing firmware.
  • If your PC will not boot successfully after an update: Check if your motherboard supports a recovery feature (dual BIOS, BIOS FlashBack/Flash BIOS Button) and follow the vendor’s documented steps.
  • If you see BitLocker recovery: just use your recovery key and right after boot check you have resumed BitLocker and overall device health is okay.
  • If you’re on a Laptop/OEM system: stop playing about and contact the vendor. Repeated forced shutdowns to power on a device in this state could cause further damage to a partial flash.

Common BIOS Update Mistakes (and How to Avoid Them)

MistakeWhy it’s riskyBetter approachFlashing the wrong BIOS file (similar model name, wrong revision)Can produce boot failure or unstable hardware behaviorMatch model/revision exactly; download only from the official support pageUpdating while overclocked/undervoltedInstability can crash the system mid-flashReturn to stock settings before updatingUpdating during unstable power conditionsPower loss during writing can corrupt firmwareUse a UPS on desktops; keep laptops on AC and chargedNot suspending BitLocker (or not saving the recovery key)May trigger recovery prompt; worst case blocks you from booting if you can’t retrieve the keySave the recovery key; suspend protection; resume afterUsing random third-party “BIOS updater” toolsHigher chance of incorrect files or unsafe flashing methodsUse the OEM’s tool or the BIOS built-in flash utility

FAQ

Q: Is it safe to update BIOS from Windows?

A: Sometimes—but “safe” depends on your device and the vendor’s process. Many OEM laptops/desktops provide a Windows-based updater designed for that model.

When it comes to custom desktop motherboards, many users prefer to do the update from inside the BIOS/UEFI: Q-Flash, M-Flash, EZ Flash, different vendors call it by different names, and the idea is to bypass anything that could interfere from inside Windows via age-old apps and drivers. If your particular motherboard supports this, it’s often safer and easier (unless you get a tricky BIOS to navigate).

Q: Will a BIOS update erase my files?

A: A normal BIOS update shouldn’t erase your Windows files, but it could reset things in the BIOS that you wouldn’t normally lose, like your boot order or storage mode. The much larger risk is that a botched update leaves the PC unable to boot, risking the data if you have to repair/reinstall the OS. If your data is important, back it up anyway before you do any firmware work.

Q: Why does BitLocker ask for a recovery key after a BIOS update?

A: BitLocker is touchy and can think a change of that magnitude looks like tampering unless you deliberate tell it not to. Microsoft recommends temporarily suspending BitLocker protection prior to a non-Microsoft firmware update and then resuming that protection afterwards, to avoid @Microsoft prompts.

Q: How long does a BIOS update take?

A: Commonly, just a few minutes—but this varies between vendors and the methods of update (some systems will reboot several times, etc). Start the process only when you can safely leave the computer alone and powered long enough for the entire update process to happen, and give that process a chance to finish.

Q: Do I need to update my BIOS for performance?

A: Unless your vendor specifically indicates in the significant changes document that one of the features improves performance meaningfully for you, the answer is usually no, many are not about performance. Updated firmware is about various stability improvements, particularly service related. If you’re stable and happy, it is no sin to remain on your own firmware.