Which type of memory is permanently installed on your computer?
You’ve probably opened Task Manager, stared at “RAM” and “SSD” and wondered which of those sticks around for good. The short answer is: the memory that never leaves your machine is the non‑volatile kind—think ROM, BIOS/UEFI firmware, and the storage chips soldered onto the board.
But it’s not that simple, is it? Let’s dig into what “permanent” really means in the world of computers, why you should care, and how to tell the difference when you’re buying or troubleshooting a PC.
What Is “Permanent” Memory
When people talk about permanent memory they’re usually referring to any data storage that retains information without power. In a PC that boils down to two families:
- Non‑volatile memory (NVM) – keeps its bits when the machine is unplugged.
- Volatile memory (RAM) – forgets everything the moment the power button goes off.
The memory that’s permanently installed is the non‑volatile kind that comes built‑in or soldered onto the motherboard. It includes:
- ROM/BIOS/UEFI firmware – the tiny chip that boots the system.
- CMOS chip – stores BIOS settings (date, time, boot order).
- On‑board flash storage – e.g., eMMC or NVMe modules that are soldered rather than slotted.
- Embedded DRAM (eDRAM) – sometimes used as a cache on high‑end CPUs, but technically still volatile.
ROM vs. Flash vs. EEPROM
- ROM (Read‑Only Memory) – the original “write‑once” chip. Modern PCs hardly use pure ROM; it’s been replaced by rewritable flash.
- Flash memory – the workhorse of SSDs and USB sticks. When it’s soldered to the board (like an eMMC), it’s permanent in the sense that you can’t pull it out and replace it easily.
- EEPROM (Electrically Erasable Programmable ROM) – the little CMOS battery‑backed chip that remembers BIOS settings.
All three are non‑volatile, but only flash is large enough to hold an operating system or user data.
Why It Matters
If you’ve ever tried to reinstall Windows on a laptop that refused to boot, you know the pain of a corrupted firmware chip. A broken BIOS can render a machine as useful as a paperweight Easy to understand, harder to ignore..
On the flip side, knowing which memory is permanent helps you:
- Upgrade wisely – you can’t swap out soldered flash, but you can add RAM or a SATA SSD.
- Diagnose failures – a “no POST” beep often points to the BIOS chip, not the RAM.
- Secure your data – data stored on non‑volatile memory is vulnerable to physical theft, so you might need encryption even on the internal eMMC.
In practice, the line between “permanent” and “replaceable” blurs. Practically speaking, a soldered NVMe drive is permanent until a skilled technician desolders it. But for the average user, it’s effectively fixed That's the whole idea..
How It Works
Let’s break down the three main permanent memory types you’ll encounter in a typical desktop or laptop.
BIOS/UEFI Firmware
The BIOS (Basic Input/Output System) or its modern cousin UEFI (Unified Extensible Firmware Interface) lives in a small flash chip on the motherboard. Which means when you power on, the CPU fetches the first instruction from a fixed address – that’s the firmware. It runs a POST (Power‑On Self Test), initializes hardware, and then hands control over to the bootloader on your storage drive.
And yeah — that's actually more nuanced than it sounds It's one of those things that adds up..
Key points:
- Stored in flash – usually 8 MB to 64 MB, depending on the board.
- Upgradeable – you can flash a newer BIOS version via a USB stick or built‑in update utility.
- Protected by a battery – the CMOS battery keeps settings (time, boot order) alive even when power is cut.
If the firmware chip gets corrupted, you’ll see a “BIOS ROM checksum error” or the machine just won’t post. Recovery often involves a “crystal reset” (clearing CMOS) or using a dedicated recovery jumper Simple as that..
On‑Board Flash Storage (eMMC, soldered NVMe)
Many ultrabooks and tablets ship with storage that’s soldered directly onto the motherboard. It’s essentially an SSD in a chip form factor.
- eMMC (embedded MultiMediaCard) – older, slower, but cheap. Looks like a tiny rectangle and is common in budget laptops.
- Soldered NVMe – high‑speed PCIe storage baked onto the board. You see this in premium ultrathin laptops (think MacBook Air, Dell XPS 13).
Because the storage is non‑volatile, the OS, apps, and user files survive power loss. The downside: you can’t upgrade it without replacing the whole motherboard.
CMOS Memory
The CMOS chip is a tiny SRAM cell backed by a coin‑cell battery. Plus, it stores BIOS configuration, not the firmware itself. When the battery dies, the settings revert to defaults, but the BIOS code remains intact.
How it works:
- Battery supplies power – even when the PC is unplugged.
- CPU reads/writes via I/O ports – the BIOS utility in Windows or the setup screen can change values.
- If the battery dies – you lose custom boot order, overclock settings, etc., and may need to re‑enter them.
Replacing the CMOS battery (usually a CR2032) is a cheap way to fix weird boot issues.
Common Mistakes / What Most People Get Wrong
- Calling RAM “permanent” – It’s the most common mix‑up. RAM is volatile; it’s the short‑term workhorse, not the long‑term storage.
- Assuming you can swap the BIOS chip – Most consumer boards have the firmware flash soldered. You can’t just pull it out and replace it like a RAM stick.
- Thinking “SSD = permanent” – An SSD is non‑volatile, sure, but it’s removable. A soldered eMMC isn’t. The distinction matters when you’re planning upgrades.
- Neglecting the CMOS battery – A dead battery leads to lost BIOS settings, which can cause boot loops that look like a hardware failure.
- Over‑relying on “factory reset” – Resetting Windows won’t touch the firmware. If the problem is a corrupted BIOS, you need a proper flash, not a software reinstall.
Practical Tips – What Actually Works
- Identify the memory type before you open the case. Look up your model’s service manual. If it lists “soldered eMMC” or “NVMe M.2 (soldered)”, you know you can’t upgrade that storage.
- Keep a spare CMOS battery on hand. Swapping it takes less than five minutes and can save you hours of troubleshooting.
- Back up the BIOS before flashing. Many motherboard utilities let you dump the current firmware to a USB drive. If the flash fails, you have a fallback.
- Use manufacturer‑approved firmware. A third‑party BIOS may offer extra features but can brick the board if it mis‑detects hardware.
- Encrypt the internal storage. Because the flash is permanent, anyone who gets hold of the motherboard can read the data. BitLocker, FileVault, or VeraCrypt protect you.
- When buying a laptop, check the upgradeability score. Sites like iFixit rate how easy it is to replace RAM, SSD, and battery. If the storage is soldered, the score will be low.
FAQ
Q: Is the BIOS chip the same as ROM?
A: Historically BIOS lived in ROM, which was truly read‑only. Modern BIOS/UEFI lives in flash memory that can be rewritten, so it’s technically not ROM anymore, even though we still call it “the BIOS chip.”
Q: Can I replace the soldered eMMC with a larger SSD?
A: Not without desoldering the chip and re‑balling it, which requires specialized equipment. For most users, the answer is no—you’d need to buy a new device.
Q: Does a dead CMOS battery erase my files?
A: No. It only clears BIOS settings. Your OS and personal files stay on the SSD or eMMC Most people skip this — try not to..
Q: How do I know if my laptop’s storage is soldered?
A: Check the spec sheet for “eMMC” or “soldered NVMe”. Physical inspection helps—if you don’t see a removable M.2 slot, it’s likely soldered The details matter here..
Q: Is flash memory truly permanent?
A: It’s non‑volatile, meaning it retains data without power, but flash cells wear out after many write cycles. For everyday use, it’s effectively permanent Less friction, more output..
So, the memory that’s permanently installed on your computer isn’t the flashy RAM you see in the tower; it’s the non‑volatile chips baked into the motherboard—BIOS/UEFI firmware, the CMOS settings chip, and any soldered flash storage. Knowing the difference helps you avoid costly mistakes, plan upgrades, and keep your data safe Worth knowing..
Next time you open your PC, take a moment to spot those tiny chips. They may be small, but they’re the foundation that lets your machine even turn on. And that’s worth a little extra attention.