How to Reset BIOS to Default Settings

Every PC has a BIOS (or its modern successor, UEFI) — the low-level firmware that runs before your operating system loads. It controls fundamental hardware behavior: boot order, CPU voltages, memory timing, fan speeds, and more. When something goes wrong at this level — or when you've made changes you regret — knowing how to reset BIOS to default settings is one of the most useful skills a PC user can have.

What "Resetting BIOS to Default" Actually Means

Resetting your BIOS doesn't touch your hard drive, installed software, or operating system. It only restores the firmware configuration to the manufacturer's original settings — also called factory defaults or optimized defaults.

This matters because BIOS settings can drift from their defaults in several ways:

  • Manual changes made during overclocking or troubleshooting
  • A failed BIOS update that partially corrupted settings
  • Hardware swaps (new RAM, new CPU) that triggered automatic adjustments
  • Settings that were changed by someone else and never documented

When defaults are restored, the system essentially forgets any customization and falls back to a known-good baseline.

Method 1: Reset From Inside the BIOS Menu

This is the most straightforward approach and works on virtually every system. ⚙️

  1. Enter the BIOS/UEFI — restart your computer and press the appropriate key during the boot screen. Common keys include Del, F2, F10, F12, or Esc, depending on the manufacturer. The key is usually displayed briefly on screen at startup.
  2. Look for the reset option — once inside, navigate to an option labeled "Load Setup Defaults," "Load Optimized Defaults," "Restore Defaults," or similar. This varies by BIOS brand (AMI, Award, Phoenix, and modern UEFI interfaces each have different layouts).
  3. Confirm the action — most systems prompt you to confirm before applying changes.
  4. Save and exit — use F10 (or the on-screen option) to save and reboot.

This method is non-destructive, quick, and doesn't require any tools.

Method 2: Remove the CMOS Battery

If your system won't boot, is stuck in a boot loop, or you can't access the BIOS interface, clearing the CMOS (Complementary Metal-Oxide Semiconductor) chip is the hardware-level fallback.

The CMOS chip stores BIOS settings and is kept alive by a small coin-cell battery on the motherboard — typically a CR2032.

On a desktop PC:

  1. Shut down and unplug from power
  2. Open the case and locate the round silver battery on the motherboard
  3. Remove it and wait 30–60 seconds
  4. Reinsert the battery, close the case, and power on

On a laptop: This process is more complex. Many laptops don't expose the CMOS battery easily, and some use a capacitor instead. Removing the main battery alone isn't sufficient. Consult your model's service manual before attempting this.

When the CMOS battery is removed, all stored BIOS settings — including any passwords, custom boot orders, and overclocking profiles — are erased. The system reverts to the hardcoded manufacturer defaults burned into the firmware chip itself.

Method 3: Use the Motherboard's CLR_CMOS Jumper or Button

Most desktop motherboards include a dedicated CLR_CMOS jumper (two or three pins, usually near the battery) or a physical reset button on the I/O panel. 🖥️

  • Jumper method: With the system powered off and unplugged, move the jumper from its default two pins to the "clear" position for about 10 seconds, then return it to the original position.
  • Button method: Some enthusiast-grade motherboards have a dedicated CMOS reset button on the rear I/O panel — no case-opening required.

This approach is common in scenarios where BIOS settings have caused the system to fail to POST (Power-On Self-Test) entirely.

Variables That Affect Which Method You Should Use

Not every reset scenario is the same. Several factors change which method is appropriate and what the outcome will be:

VariableHow It Affects Your Approach
System typeDesktops offer easy hardware access; laptops often don't
Why you're resettingBoot failure vs. minor tweaks = different methods
BIOS password setSoftware reset may not clear it; CMOS clear usually does
Overclocking involvedMay require a hard CMOS clear if the system won't boot
UEFI vs. legacy BIOSUEFI interfaces vary significantly in menu layout
Motherboard brandASUS, MSI, Gigabyte, ASRock all use different terminology

What Gets Reset — and What Doesn't

Understanding the scope of a BIOS reset prevents surprises:

Settings that ARE reset:

  • Boot device order
  • CPU and RAM frequency/voltage overrides
  • Secure Boot state (may be re-enabled or disabled depending on defaults)
  • Fan curve customizations
  • BIOS passwords (with CMOS clear — not always with software reset)
  • Virtualization and TPM toggle settings

Settings that are NOT affected:

  • Your operating system installation
  • Files, applications, or user data
  • Hard drive or SSD partitions
  • Windows, Linux, or macOS activation

One nuance worth knowing: Secure Boot settings returning to default can affect systems running Linux or custom Windows installations that were configured with specific keys. If Secure Boot gets re-enabled and your OS wasn't set up with it in mind, you may see a boot error — one that's fixable, but unexpected if you weren't prepared for it.

When a BIOS Reset Is (and Isn't) the Right Move

Resetting BIOS is often the right diagnostic step when:

  • The PC won't POST after hardware changes
  • You've made overclocking changes that now prevent booting
  • Performance has degraded unexpectedly and settings feel suspect
  • You've inherited or purchased a secondhand PC with unknown configuration

It's less useful when the issue is software-based — driver conflicts, corrupted OS files, or malware won't be resolved by a BIOS reset. The BIOS only governs what happens before the OS loads.

The right method, and what the reset will actually fix, depends heavily on your specific motherboard, the nature of the problem, and how your system was configured before the reset was needed. 🔍