The 3-2-1 Backup Rule is one of those pieces of IT advice that survives because it compresses a complicated problem into three numbers. Keep three copies of important data, use two different kinds of storage, and keep one copy off-site.
That sounds almost too simple. It is also easy to implement badly.
You can own three drives and still have one failure domain. You can copy files to a NAS and still lose everything to the same ransomware incident. You can place data in the cloud and discover that what you built was synchronization, not an independent recovery history. The numbers matter, but the reason behind the numbers matters more.
The short answer
A practical 3-2-1 layout has three copies of important data—the working copy plus two backups—stored across at least two different storage types or failure domains, with one backup in another location. For a Windows PC, that might mean your files on the internal SSD, a versioned backup on a removable USB drive, and a second backup stored in cloud storage.
The rule is not a guarantee. A permanently connected USB drive and an always-writable cloud repository can still be attacked. That is why modern backup guidance also emphasizes offline or otherwise protected copies and regular restore testing.
- What the 3-2-1 Backup Rule actually means
- Why three copies must be genuinely independent
- What “two different media” means on a modern PC
- Why the off-site copy changes the failure model
- A Windows 11 setup you can actually build
- What counts: cloud, NAS, RAID and sync
- Ransomware and the 3-2-1-1-0 extension
- How to build 3-2-1 with Perfect Backup
- How often to back up and how much history to keep
- Common 3-2-1 mistakes
- Frequently asked questions
1. What the 3-2-1 Backup Rule actually means
The classic shorthand is:
One working copy plus at least two backups.
Avoid putting every copy on storage that can fail in the same way.
Keep one backup beyond the physical incident that could affect the PC.
The National Cyber Security Centre describes 3-2-1 as a popular strategy for keeping multiple backups in different locations: at least three copies, on two devices, with one off-site. NIST material has expressed the same idea as three copies, two media types and one off-site copy. The wording varies slightly because the real objective is not media taxonomy. It is failure independence.
That is the first useful upgrade to the usual explanation. Think of 3-2-1 as a topology. Each copy should sit far enough away—technically, physically or administratively—from the others that one incident does not automatically become three incidents.
2. Why three copies must be genuinely independent
Suppose a project folder lives on C:. You make another folder called C:\Backup, and your application keeps an autosave copy beside the original. You now have three file copies, but all three depend on the same SSD, the same Windows installation, the same user account and the same physical computer.
From a recovery perspective, that is still one copy.
Three copies are useful because failures are correlated. A drive controller can damage multiple partitions. A stolen laptop takes every internal copy with it. A ransomware process running with your user permissions can encrypt every writable path it can reach.
A stronger arrangement deliberately breaks those correlations:
- Copy 1: the live data on the Windows PC.
- Copy 2: a backup on a separate external drive or NAS.
- Copy 3: another backup stored off-site, such as a cloud backup destination or storage at another physical location.
Notice that the rule counts the working data as one of the three. You do not need three backup devices in addition to the PC. You need two backup copies that do not share all the same weaknesses as the original.
3. What “two different media” means on a modern PC
The phrase “two different media types” dates from a world where disk, tape and optical media were obvious categories. Home and small-office storage looks different now. You may have an SSD, a USB hard disk, a NAS and object storage behind a cloud service—all of which ultimately use somebody's disks or flash.
Do not let the wording become a trivia contest.
For most Windows users, the practical goal is to avoid one shared technology or one shared path of failure. An external USB hard drive plus a cloud backup is more diverse than two folders on the same NAS. A NAS plus another NAS in the same room is better than one NAS, but both are still exposed to the same fire, theft, flood and perhaps the same compromised credentials.
This is also why a second partition is not a second medium, and why a second drive inside the same laptop does not solve the off-site part of the rule.
4. Why the off-site copy changes the failure model
Local backups are excellent for everyday recovery. Restoring 500 GB from a USB drive on your desk is usually easier than downloading it across the internet. The weakness is obvious: the backup lives beside the thing it protects.
The “1” in 3-2-1 exists for events that erase the entire local picture:
- theft of the PC and attached drives;
- fire, flood or electrical damage;
- a failed UPS or power event affecting multiple devices;
- malware that can reach local and network-connected storage;
- accidental deletion with credentials that also control the backup location.
An off-site copy creates geographic separation. That could be a cloud backup, a drive stored elsewhere, or a backup repository in another office. The exact technology matters less than the fact that the same local disaster cannot touch it.
Off-site and offline are not synonyms, however. A cloud repository can be off-site but still online and writable. A disconnected USB drive can be offline but still sit in the same building. Good backup design knows which risk each property addresses.
5. A Windows 11 setup you can actually build
Here is a simple personal-PC example that satisfies the spirit of the rule without turning your desk into a storage lab.
| Copy | Example | What it protects against | Main weakness |
|---|---|---|---|
| 1. Working data | Documents, photos and projects on the PC's internal SSD | Normal day-to-day access | The PC itself is the thing most likely to fail, be lost or be compromised |
| 2. Local backup | Scheduled versioned backup to an external USB HDD | Drive failure, bad updates, accidental deletion; fast restores | If left attached, it may be reachable by malware; it shares the building |
| 3. Off-site backup | Separate backup job to cloud storage | Theft, fire, flood and loss of local hardware | Depends on account security, internet access and retention settings |
The layout is intentionally boring. Boring is good. A backup strategy should be easy to explain after a bad day, not impressive on a diagram.
For a family PC, you might run the local backup every evening and an off-site backup overnight. For a workstation with rapidly changing client files, you might run both more often. The schedule should follow how much recent work you can afford to lose, not an arbitrary “daily is best” slogan.
6. What counts: cloud, NAS, RAID and sync
Does cloud storage count?
Yes, a genuine cloud backup can satisfy the off-site part of 3-2-1. The important word is backup. A synchronized folder is designed to propagate current-state changes; it may offer version history or a recycle bin, but that is not the same independence as a separately managed backup set. If this distinction is fuzzy, read Backup vs Sync: What's the Difference, and Why Sync Isn't a Backup.
Does a NAS count?
A NAS can be an excellent local backup destination. It is a separate device, can hold large backup sets and is convenient for multiple PCs. But a NAS sitting in the same room is not off-site. And if it is permanently writable from a compromised Windows account, ransomware may be able to reach it.
Does RAID count as a backup?
No. RAID can improve storage availability when a disk fails, but it generally mirrors or stripes the current state across drives. Delete a file, corrupt a database or encrypt the volume and RAID faithfully preserves that new state. RAID is useful infrastructure, not a substitute for historical recovery copies.
Do snapshots count?
Snapshots are valuable recovery layers, especially when they are protected from ordinary users or replicated elsewhere. A snapshot on the same storage array, however, still shares the array's hardware and location. Treat snapshots as extra resilience, not an excuse to collapse the rest of the rule.
7. Ransomware and the 3-2-1-1-0 extension
The classic rule was designed to eliminate common single points of failure. Modern ransomware introduced a nastier question: what if the attacker deliberately targets the backups?
CISA recommends maintaining offline, encrypted backups and testing them regularly, noting that ransomware variants may try to find and delete accessible backups. The NCSC makes a similar point: an offline backup should be kept separate from the network, and previous file versions should be protected from accidental or malicious deletion.
That is why you will sometimes see an industry extension written as 3-2-1-1-0:
- 3 copies of the data;
- 2 different storage types or platforms;
- 1 copy off-site;
- 1 copy offline, air-gapped or otherwise resistant to modification;
- 0 unverified backup errors—meaning recovery is actually tested.
The exact shorthand is less important than the upgrade in thinking. Off-site protects you from a place failing. Offline or immutability protects you from an attacker reaching every writable copy. Verification protects you from discovering too late that the backups were never usable.
A removable drive that is disconnected after the job is a simple form of offline protection. More advanced systems may use immutable object storage or restricted backup accounts. The right choice depends on the value of the data and the threats you are designing for.
8. How to build 3-2-1 with Perfect Backup
Perfect Backup does not have a button labeled “make this 3-2-1.” That is a good thing: the rule describes a layout, not a proprietary backup mode.
For Files and Folders Backup, Perfect Backup supports Local or External Drive, Network, FTP and Cloud destinations. Cloud destinations include Dropbox, Google Drive and OneDrive. The toolbar also supports duplicating a backup job specifically for cases where the same source data should go to different destinations—for example, a USB drive and Dropbox.
A practical setup looks like this:
- Create a versioned Files and Folders job for the important folders on the PC.
- Send that job to an external drive using Full, Incremental or Differential backup rather than Mirror if you want selectable restore points.
- Duplicate the job and change the destination to a cloud account, FTP storage or another genuinely off-site repository.
- Schedule both jobs often enough to meet your acceptable data-loss window.
- After the local job completes, disconnect the removable drive when practical so one copy is not continuously exposed.
- Periodically use Restore and select a real restore point. Do not treat a green “backup completed” status as the same thing as a successful recovery test.
Build the layout, then automate it
Perfect Backup can send the same source data to different storage destinations and maintain restore points with full, incremental or differential backups. The important part is choosing destinations that do not all share the same failure.
Download Perfect BackupFor system-level protection, a Windows 11 system image can be another useful layer, but it does not remove the need for independent file backups. Images are excellent for rebuilding a machine; file backups are often faster when you only need yesterday's spreadsheet.
9. How often to back up and how much history to keep
The 3-2-1 rule tells you where copies should exist. It does not tell you how fresh they should be.
A perfect three-copy layout that only runs once every six months can still lose six months of work. The schedule should come from your recovery point objective in plain language: how much recent work could disappear without causing a serious problem?
- If losing one day is tolerable, a daily backup may be enough.
- If losing an afternoon would be painful, run backups more frequently.
- If files change constantly, consider shorter intervals for the working set and longer retention for less active archives.
History matters too. If every backup only preserves the latest state, you can have three copies of the same corrupted file. Full, incremental and differential methods create restore points that let you go backward. The differences between those methods are covered in Incremental vs Differential vs Full Backup.
Test the recovery path, not only the backup job
Every few weeks or months—depending on how critical the data is—pick a file you know, restore it to a temporary folder and open it. Occasionally test a larger folder. If the backup contains application data or a system image, test the recovery procedure far enough that you know the required credentials, media and instructions are available.
Backups fail quietly for ordinary reasons: a drive filled up, a password changed, a cloud token expired, a network share disappeared, or a job was paused after the laptop slept. Recovery testing catches those problems before the incident does.
10. Common 3-2-1 mistakes
1. Counting folders instead of failure domains
Three folders on the same disk are not three meaningful copies. Neither are three partitions on one device.
2. Treating RAID as one of the backup copies
RAID protects availability from some disk failures. It does not preserve deleted or corrupted historical versions by itself.
3. Leaving every backup permanently connected
Always-online backups are convenient, but convenience can also give malware a path to them. Keep at least one copy isolated enough to survive a compromised PC. If an external disk is your first local layer, our automatic external-drive backup guide for Windows 11 covers File History, scheduling and drive-rotation trade-offs.
4. Calling a sync folder the off-site backup
Cloud sync can be a useful extra layer, especially with version history. But current-state changes—including deletions—are meant to propagate. Independent backup is a different recovery mechanism.
5. Putting the “off-site” drive in the next drawer
Physical separation needs to be real. If the same theft, fire or flood can take both copies, they occupy the same location risk.
6. Never testing a restore
A backup is a promise. A restore is proof.
11. Frequently asked questions
What is the 3-2-1 Backup Rule?
The 3-2-1 Backup Rule means keeping three copies of important data, using at least two different storage types or failure domains, with one backup stored off-site. The working copy counts as one of the three, so the usual layout is one primary copy plus two backups.
Do I need three backup drives for the 3-2-1 rule?
No. You need three total copies, not three backup drives. A typical setup is the live data on the PC, one backup on an external drive and another backup stored off-site or in a cloud backup destination.
Does OneDrive or Google Drive count as the off-site copy?
It can, if the data is stored there as a genuine independent backup with appropriate retention. A normal synchronized folder is less independent because deletions and changes can propagate. For critical files, keep a separate backup path even when you also use sync.
Does a NAS count as a backup?
Yes, a NAS can be a good backup destination, but it is usually a local copy rather than the off-site copy. If it remains continuously writable from the PC, it may also be exposed to ransomware or compromised credentials.
Is the classic 3-2-1 rule enough against ransomware?
It is a strong baseline, but modern ransomware may target accessible backups. Add an offline, air-gapped or immutable recovery copy when possible and test restores regularly. This idea is often summarized by the extended 3-2-1-1-0 model.
How often should I test my backups?
There is no single interval for everyone. Test often enough that changes in passwords, storage, applications or hardware do not remain undiscovered for long. For ordinary home data, periodic file restores are useful; critical business data should be tested on a more deliberate schedule.
The 3-2-1 layout answers where copies should survive. The companion guide How Often Should You Back Up Your Computer? answers when those copies should be refreshed, using the amount of recent work you can afford to lose rather than an arbitrary daily-or-weekly rule.
The rule is a topology, not a product list
The lasting value of the 3-2-1 Backup Rule is not that it tells you to buy two drives and a cloud subscription. It forces you to ask whether your recovery copies fail together.
If the PC dies, one copy should survive. If the building is lost, another copy should survive. If ransomware reaches every writable device, at least one recovery path should still be outside its reach. And when you need the data back, you should already know that the restore process works.
That is what the numbers are really for: turning “I have backups” into a design that can survive a bad day.
The 3-2-1 layout becomes much stronger when one layer is designed specifically to survive an attacker. Our guide to how to protect backups from ransomware covers offline copies, backup credentials, retention, NAS/cloud isolation and clean recovery in more depth.
References and product documentation
- UK National Cyber Security Centre: Data security and the 3-2-1 rule
- UK National Cyber Security Centre: Offline backups in an online world
- CISA and MS-ISAC: Ransomware Guide
- NIST NCCoE: Protecting Data from Ransomware and Other Data Loss Events
- Perfect Backup User Guide: Files and Folders Backup
- Perfect Backup User Guide: Toolbar and duplicate jobs
- Perfect Backup User Guide: Restoring Files and Folders
Learning Center
Continue with Backup vs Sync or Incremental vs Differential vs Full Backup, or return to the Perfect Backup Learning Center for more Windows backup and recovery guides.