The Master Boot Record is a 512-byte section at the very beginning of a storage device (hard drive, SSD, or USB stick) that performs two critical functions. First, it contains the boot code that initialises your computer when you press the power button. Second, it stores the partition table that maps out how your drive is divided into separate sections.
MBR has been the standard partitioning scheme since the 1980s, but it has significant limitations. It can only handle drives up to 2TB in size and supports a maximum of four primary partitions. If you need more partitions, you must create extended partitions, which adds complexity. This is why newer systems use GPT (GUID Partition Table) instead.
Why this matters for you: If you're installing Windows on an older computer or using legacy hardware, you'll likely encounter MBR. Many older BIOS systems require MBR to boot. However, modern computers use UEFI firmware with GPT, which is more flexible and reliable.
Common issues: Corruption of the MBR can prevent your computer from booting entirely. Malware sometimes targets the MBR to survive antivirus scans. Some cloning or recovery tools can damage the MBR if used incorrectly.
What you should know: When installing an operating system, you'll typically choose between MBR and GPT during setup. For new systems and drives larger than 2TB, GPT is the better choice. If you're troubleshooting boot problems on older hardware, MBR corruption is worth checking. Use specialised tools to repair or rebuild a damaged MBR rather than attempting manual fixes.
