domingo, setembro 27, 2026
Increva-se
Inicio English How to Update Your BIOS Safely (and When NOT To): a Guide for Desktops and Laptops

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.

por tecnologiaxt
Hardware ⏱ 11 min read 📅 September 2026

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.

RC
Updating the BIOS is one of those jobs that scares people — and rightly so: it’s one of the few procedures that, if it goes wrong, can leave the board unable to start. But done calmly, it’s safe and sometimes necessary. I’m Ronaldo Cardoso from Tecnologia Moderna, and let’s do it the right way.
Quick summary

The essentials before you start:

  • Find your model and version: Get-CimInstance Win32_BIOS and Win32_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).
Understanding it

🧬 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.

Close-up of a computer motherboard
Decision

🤔 When It’s Worth Updating (and When It Isn’t)

SituationUpdate?
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.

What’s in an update

📜 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 notesWhat it means in practiceWeight in the decision
Security fix / vulnerability / CVEA fix for a security flaw🔴 High — update
Microcode updateAn update to the processor’s internal firmware, often against flaws or instability🔴 High
Support new CPUAccepts processors released after the board🟠 Only if you’ll swap the processor
Improve memory compatibilityBetter compatibility with RAM modules🟠 If your memory has issues
Improve system stabilityGeneral fixes🟢 Can wait if all is well
BetaTest 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.

Step 1

🔍 Find Your Motherboard Model and BIOS Version

Without opening the case, run in PowerShell:

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 appearsWhat 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
SMBIOSBIOSVersionThe current BIOS version
ReleaseDateThe 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”).

Step 2

⬇️ Download the Right Version from the Official Site

  1. Go to the official site of your motherboard or laptop maker.
  2. Search for the exact model and open Support → Downloads → BIOS.
  3. Read the release notes: see what changes and whether there are requirements (e.g. “update to version X first”).
  4. Download the latest stable version (avoid “beta” versions unless you have a reason).
A single character’s difference in the model (e.g. B550M-A vs B550M-K) can mean a different board. A BIOS for another model can brick the board. Double-check.
Step 3

🛡️ Prepare the PC Before Flashing

PreparationWhy
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 BitLockerThe 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 overclockingLess chance of instability during the flash
UPS protecting the computer against power cuts
Terminal (Admin) — suspends BitLocker for 2 restarts
manage-bde -protectors -disable C: -RebootCount 2

I 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.

Step 4 — laptops and brand-name PCs

💻 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:

BrandOfficial tool
DellDell Command | Update or SupportAssist
LenovoLenovo Vantage (or Commercial Vantage)
HPHP Support Assistant
AcerAcer Care Center
ASUS (laptops)MyASUS
SamsungSamsung 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.

Step 4 — custom-built PCs

🖥️ 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:

  1. Format a USB drive as FAT32 and copy the BIOS file (extracted from the ZIP) onto it.
  2. Restart and enter the BIOS (Del or F2).
  3. Open your brand’s update tool (table below) and pick the file on the USB drive.
  4. Confirm and wait. The PC may restart more than once by itself.
USB drive plugged into the computer
Board brandTool name
ASUSEZ Flash
GigabyteQ-Flash
MSIM-Flash
ASRockInstant Flash
BIOS setup screen
Many boards also have BIOS Flashback (or Q-Flash Plus): a button on the back panel that flashes the BIOS from a USB drive even with no processor installed. It’s a lifesaver when building a PC with a processor newer than the factory BIOS.
During the 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 minutesTurn off the PC or press reset
Leave the USB drive plugged in until the endPull the USB drive out midway
Wait for the automatic restartsUnplug 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.

Step 5

🔧 After the Update: Reconfigure and Check

  1. Enter the BIOS and load optimized defaults (Load Optimized Defaults), if the tool asks.
  2. Re-enable memory XMP/EXPO, the boot order and any settings you noted.
  3. Confirm that Secure Boot and the TPM are still on (Windows 11 needs them).
  4. Start Windows and check the new version:
PowerShell
Get-CimInstance Win32_BIOS | Select-Object SMBIOSBIOSVersion, ReleaseDate
Confirm-SecureBootUEFI

The 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.

If it goes wrong

🆘 The Board Won’t Start After the Update

  1. Don’t panic or start pressing buttons: leave it off for a few minutes.
  2. Try BIOS Flashback (if the board has it) with the correct version on a USB drive.
  3. Boards with Dual BIOS (common on Gigabyte) recover by themselves from the backup chip.
  4. Do a Clear CMOS (jumper or button on the board, or remove the battery for a few minutes with the PC unplugged).
  5. 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.

Print or save it

✅ Final Checklist Before Clicking “Update”

ItemChecked?
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.

Myths

🤔 BIOS Myths

MythTruth
“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
Frequently Asked Questions

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.

Test your knowledge

🎮 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?

Compartilhar

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.

WhatsApp Facebook Telegram X

O Instagram não tem um botão de compartilhar direto pelo navegador — copie o link acima e cole numa Story ou no direct. 😉

Siga a Gente

Não perca nenhuma dica

Conteúdo novo toda semana — direto, técnico e sem enrolação.

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?

Tecnologia Moderna © 2026 — Conteúdo escrito por Ronaldo Cardoso. Todas as informações técnicas foram revisadas antes da publicação.

Bloqueador de Janelas Detectado

Seu antivírus ou bloqueador de pop-up pode estar bloqueando o nosso conteúdo!

Fique Por Dentro de todas as Novidades

Canal com propósito de Compartilhar, Ajudar e Ampliar conhecimento de todos!

📬

Ronaldo aqui: E aí, para não perder nenhum conteúdo, se inscreva aqui que eu aviso você em primeira mão!

Nos Envie a Sua Dúvida para que possamos criar um conteúdo exclusivo para você, com base na sua dúvida! juntos podemos ensinar outras pessoas!

@2024 – Todos os Direitos Reservado. Desenhado e Desenvolvido por:  Grupo Interativa Marketing  & Technology Center Interativa Marketing