How to Update Your BIOS Safely (and When NOT To): a Guide for Desktops and Laptops
A BIOS update can fix security flaws, add support for new processors and solve crashes — or leave the motherboard unable to start if done wrong. Here’s how to find your version, when it’s worth it and the safe step by step for each brand.
The essentials before you start:
- Find your model and version:
Get-CimInstance Win32_BIOSandWin32_BaseBoard. - Only update with a reason: a security fix, support for a new part, or a problem the new version solves.
- Stable power is mandatory: laptop on the charger; desktop preferably on a UPS.
- Suspend BitLocker first, so you don’t land on the recovery key screen.
- Use the official tool for your brand (EZ Flash, Q-Flash, M-Flash, Instant Flash or the laptop’s app).
- Introduction
- When It’s Worth Updating (and When It Isn’t)
- How to Read the Release Notes (What Each Term Means)
- Find Your Motherboard Model and BIOS Version
- Download the Right Version from the Official Site
- Prepare the PC Before Flashing
- Laptops: Use the Brand’s Official App
- Motherboards: the Update Tool Inside the BIOS
- What to Do (and Not Do) While It Flashes
- After the Update: Reconfigure and Check
- The Board Won’t Start After the Update
- Final Checklist Before Clicking “Update”
- BIOS Myths
- Frequently Asked Questions
🧬 What the BIOS (or UEFI) Is and Why It Gets Updates
The BIOS — now called UEFI on modern computers — is the software stored on a chip on the motherboard. It powers up the hardware, recognizes the processor, memory and drives, and hands control over to Windows. Like any software, it has flaws that manufacturers fix over time.
The difference is the risk: if writing the BIOS is interrupted midway (a power cut, turning off the PC, the wrong file), the board may be unable to start. Many modern boards have protections against this, but not all. So the rule is: update when there’s a reason, and always carefully.

🤔 When It’s Worth Updating (and When It Isn’t)
| Situation | Update? |
|---|---|
| The manufacturer released a security fix for your board or laptop | ✅ Yes |
| You’ll install a newer processor that requires an updated BIOS | ✅ Yes — before swapping the processor |
| Crashes, blue screens or unstable memory that the release notes say are fixed | ✅ Yes |
| The laptop offers the update through Windows Update or its official app | ✅ Usually yes |
| Everything works fine and the new version only brings “general improvements” | ⏸️ It can wait |
| You’d be doing it during a storm or without a charger | ❌ No |
| You found the “BIOS” on a site that isn’t the manufacturer’s | ❌ Never |
If your problem is blue screens or restarts, before touching the BIOS rule out the most common causes in blue screen: how to fix it and PC restarting on its own.
📜 How to Read the Release Notes (What Each Term Means)
Every new BIOS comes with a short list of changes, almost always in technical jargon. These are the most common terms and what they mean for you:
| Term in the notes | What it means in practice | Weight in the decision |
|---|---|---|
| Security fix / vulnerability / CVE | A fix for a security flaw | 🔴 High — update |
| Microcode update | An update to the processor’s internal firmware, often against flaws or instability | 🔴 High |
| Support new CPU | Accepts processors released after the board | 🟠 Only if you’ll swap the processor |
| Improve memory compatibility | Better compatibility with RAM modules | 🟠 If your memory has issues |
| Improve system stability | General fixes | 🟢 Can wait if all is well |
| Beta | Test version | ⚠️ Avoid without a reason |
If the notes require an intermediate version first (“update to version X first”), follow the order: skipping steps is one of the causes of failed flashes.
🔍 Find Your Motherboard Model and BIOS Version
Without opening the case, run in PowerShell:
Get-CimInstance Win32_BaseBoard | Select-Object Manufacturer, Product
Get-CimInstance Win32_BIOS | Select-Object Manufacturer, SMBIOSBIOSVersion, ReleaseDate
Get-CimInstance Win32_ComputerSystem | Select-Object Manufacturer, Model| What appears | What it’s for |
|---|---|
| Product (motherboard) | The exact board model on custom-built PCs — e.g. B550M, H610M |
| Model (system) | The exact model of laptops and brand-name PCs — e.g. IdeaPad, Inspiron |
| SMBIOSBIOSVersion | The current BIOS version |
| ReleaseDate | The date of the installed BIOS |
Another option is Win + R → msinfo32, then look at “BIOS Version/Date” and “BaseBoard Product”. Write everything down — including the board’s revision, which some brands print on the board itself (e.g. “REV 1.1”).
⬇️ Download the Right Version from the Official Site
- Go to the official site of your motherboard or laptop maker.
- Search for the exact model and open Support → Downloads → BIOS.
- Read the release notes: see what changes and whether there are requirements (e.g. “update to version X first”).
- Download the latest stable version (avoid “beta” versions unless you have a reason).
🛡️ Prepare the PC Before Flashing
| Preparation | Why |
|---|---|
| Laptop on the charger with battery above 50% | Many tools won’t even let you update without it |
| Desktop on a UPS (or on a day with no risk of power cuts) | A power cut during the flash is the main cause of a “dead” board |
| Suspend BitLocker | The firmware change makes Windows ask for the recovery key |
| Note your current BIOS settings (XMP, boot order, fans) | The update usually resets everything to defaults |
| Close programs and disable overclocking | Less chance of instability during the flash |

manage-bde -protectors -disable C: -RebootCount 2I explain why this step matters in BitLocker: where to find the recovery key. And if you don’t have a UPS, see how to choose a UPS for your PC.
💻 Laptops: Use the Brand’s Official App
On laptops and brand-name PCs, the update is usually simple: you run an installer in Windows, the computer restarts and flashes the BIOS by itself. Use the official support app:
| Brand | Official tool |
|---|---|
| Dell | Dell Command | Update or SupportAssist |
| Lenovo | Lenovo Vantage (or Commercial Vantage) |
| HP | HP Support Assistant |
| Acer | Acer Care Center |
| ASUS (laptops) | MyASUS |
| Samsung | Samsung Update |
Some manufacturers also deliver the BIOS through Windows Update, under optional updates. After you click install, don’t turn off the laptop, even if the screen goes black for a few minutes or the fan speeds up.
🖥️ Motherboards: the Update Tool Inside the BIOS
On custom-built PCs, the safest way is the tool inside the BIOS itself, reading the file from a USB drive:
- Format a USB drive as FAT32 and copy the BIOS file (extracted from the ZIP) onto it.
- Restart and enter the BIOS (Del or F2).
- Open your brand’s update tool (table below) and pick the file on the USB drive.
- Confirm and wait. The PC may restart more than once by itself.

| Board brand | Tool name |
|---|---|
| ASUS | EZ Flash |
| Gigabyte | Q-Flash |
| MSI | M-Flash |
| ASRock | Instant Flash |

⏳ What to Do (and Not Do) While It Flashes
| ✅ Do | ❌ Don’t |
|---|---|
| Wait even if it seems frozen — it can take 2 to 10 minutes | Turn off the PC or press reset |
| Leave the USB drive plugged in until the end | Pull the USB drive out midway |
| Wait for the automatic restarts | Unplug it because it’s “taking too long” |
On some boards the screen goes black and the fans run at full speed for a while: that’s normal. Only suspect a problem after 20 or 30 minutes with no sign of change.
🔧 After the Update: Reconfigure and Check
- Enter the BIOS and load optimized defaults (Load Optimized Defaults), if the tool asks.
- Re-enable memory XMP/EXPO, the boot order and any settings you noted.
- Confirm that Secure Boot and the TPM are still on (Windows 11 needs them).
- Start Windows and check the new version:
Get-CimInstance Win32_BIOS | Select-Object SMBIOSBIOSVersion, ReleaseDate
Confirm-SecureBootUEFIThe second command should reply True. If your memory got slower, it’s usually just XMP turned off again — see DDR4 vs DDR5 to understand your kit’s correct speed.
🆘 The Board Won’t Start After the Update
- Don’t panic or start pressing buttons: leave it off for a few minutes.
- Try BIOS Flashback (if the board has it) with the correct version on a USB drive.
- Boards with Dual BIOS (common on Gigabyte) recover by themselves from the backup chip.
- Do a Clear CMOS (jumper or button on the board, or remove the battery for a few minutes with the PC unplugged).
- If nothing works, the board needs the chip reprogrammed at a repair shop — it’s fixable, but it costs money.
Signs of a faulty board unrelated to the BIOS are in faulty motherboard: warning signs.
✅ Final Checklist Before Clicking “Update”
| Item | Checked? |
|---|---|
| Exact board/laptop model confirmed twice | ☐ |
| File downloaded from the official site, stable version | ☐ |
| Release notes read (and intermediate version, if required) | ☐ |
| Charger connected or PC on a UPS | ☐ |
| BitLocker suspended and recovery key noted | ☐ |
| Current BIOS settings noted or photographed | ☐ |
| Important files backed up | ☐ |
| 30 free minutes, no rush | ☐ |
With all eight items ticked, the risk is very low. If one is missing, leave it for another day — the old BIOS has worked until today and will work another week.
🤔 BIOS Myths
| Myth | Truth |
|---|---|
| “Updating the BIOS makes the PC faster” | Rarely. The gains are usually in stability, compatibility and security |
| “You have to update every time a new version comes out” | No. Without a reason, it can wait |
| “Third-party programs can update any brand’s BIOS” | Dangerous. Only use the official tool |
| “Going back to the previous version is easy” | Many boards block downgrades for security |
FAQ
How do I check my BIOS version?
In PowerShell, run Get-CimInstance Win32_BIOS and look at SMBIOSBIOSVersion and ReleaseDate. Or open Win + R, msinfo32.
Do I need to update my BIOS?
Only when there’s a reason: a security fix, support for a new part or a problem the new version solves. If everything works, it can wait.
Is updating the BIOS dangerous?
There’s risk if the flash is interrupted. With stable power, the right file and the official tool, the procedure is safe.
Can I update the BIOS from Windows?
On laptops and brand-name PCs, yes, with the official app or Windows Update. On standalone motherboards, prefer the tool inside the BIOS itself.
Why did BitLocker ask for the key after the update?
Because the TPM detected the firmware change. Suspend BitLocker before updating to avoid it.
My memory got slower after updating. What happened?
The update usually restores defaults and turns off XMP or EXPO. Re-enable it in the BIOS.
What if the PC won’t start after the update?
Try BIOS Flashback, Dual BIOS or a Clear CMOS. If that doesn’t work, the board needs reprogramming at a repair shop.
Can I use the BIOS from a similar model?
No. A BIOS for another model can brick the board. Always download from the official site, for the exact model.
🎮 How much did you learn?
Once you pick an answer it locks in — reload the page to try again.
1. Which command shows the BIOS version?
2. What’s the main cause of a “dead” board during an update?
3. What should you suspend before updating the BIOS?
4. What is ASUS boards’ update tool called?
5. What usually gets turned off after the update?
Esse conteúdo ajudou você?
Compartilha com alguém que também vai curtir — é rapidinho e ajuda muito o nosso trabalho a chegar em mais gente.
Conhecimento só tem valor quando compartilhado.
Manter essa estrutura de laboratórios funcionando e produzir conteúdos de engenharia de forma totalmente gratuita e acessível exige tempo e dedicação diária à bancada. Esse guia salvou os seus arquivos? Você pode contribuir diretamente para manter o nosso trabalho independente forte. Apoie doando qualquer valor!
Quer apoiar a nossa bancada independente?
[email protected]