2026-08-178 分で読めます

How Much Free Disk Space Do I Need? Real Numbers for SSD and HDD

Percentages or Gigabytes? The Real Thresholds by Drive Type

Short answer: leave at least 15-20% of total capacity free on an SSD and at least 10-15% free on a hard drive. For a 500 GB SSD that is roughly 75-100 GB; for a 1 TB SSD, 150-200 GB. Your system drive additionally needs about 20 GB of headroom for Windows feature updates, or 15-20 GB for macOS updates.

The answer to "my disk is full but everything still works, what's the problem?" is that free space is not only storage — the operating system needs it to function. On SSDs, free space directly affects write speed. On Windows, virtual memory, temporary files and update staging all draw from the same pool. This guide gives you the numbers to target based on your drive type and how you use the machine.

要点

  • Leave at least 15-20% free on an SSD; write speeds drop noticeably once an SSD is more than 90% full.
  • 10-15% free is enough on a hard drive, but defragmentation needs at least 15% to run properly.
  • Windows 11 feature updates require roughly 20 GB of free space on the system drive, and simply stop before starting if it is not available.
  • Leave 15-20 GB free for macOS updates and APFS snapshots.
  • On a 1 TB SSD the practical target is 150-200 GB free; on a 500 GB SSD, 75-100 GB.
  • When free space approaches zero, Windows cannot grow the page file and applications may crash with out-of-memory errors.

The Short Answer: Target Percentages by Drive Type

As a general rule, keep at least 10-15% of every drive free. If it is an SSD, raise that threshold to 15-20%. Thinking in percentages is more accurate than thinking in gigabytes, because the headroom you need scales with the size of the drive.

In concrete numbers: target roughly 40-50 GB free on a 256 GB SSD, 75-100 GB on a 500 GB SSD, 150-200 GB on a 1 TB SSD and 300-400 GB on a 2 TB SSD. On hard drives, the lower end of those ranges is sufficient.

This does not apply equally to every drive. Your system drive is always the priority: Windows and macOS write temporary files, virtual memory, update packages and logs there. Filling a secondary data drive to 95% causes no harm, while filling the system drive to 95% slows the machine down and blocks updates.

Why Free Space Affects SSD Speed

An SSD cannot overwrite data in place; it must erase a block first. That is why the controller performs garbage collection and wear leveling in the background, and both need free blocks to work with. As the drive fills, the controller's room to manoeuvre shrinks, every write increasingly requires an erase first, and write speed falls.

The second factor is the SLC cache. Modern TLC and QLC drives run a portion of their empty cells in fast SLC mode to boost write speed. As the drive fills, less space can be allocated to that cache — this is why copying a large file starts fast and then drops sharply after a few seconds. Above 90% full, that drop becomes permanent rather than temporary.

TRIM depends on free space for the same reason. TRIM tells the controller which blocks belong to deleted files so they can be cleared in advance; a permanently full drive gives it nothing to clear. Disk Mop's Disk Health module reports TRIM status alongside S.M.A.R.T. attributes.

Space Required for Windows Updates

Major Windows 11 feature updates require around 20 GB of free space on the system drive during installation. That space is shared between the downloaded package, the temporary files it expands into, and the previous version kept for rollback. Without enough headroom, the update either never starts or is rolled back partway through.

Monthly security updates need far less, typically a few hundred megabytes to a few gigabytes. However, the downloaded packages accumulate in the SoftwareDistribution folder and grow into gigabytes over time if never cleared.

If you hit a "not enough disk space" error during an update, Windows offers to use an external USB drive. That works, but it is a workaround rather than a fix; the underlying problem is a system drive that runs permanently full. The real solution is keeping that 20 GB buffer free as a standing rule.

macOS and Other Special Cases

Leave 15-20 GB free for macOS updates. macOS also quietly consumes space for APFS snapshots and local Time Machine backups; that space shows up as "purgeable" in Finder and is released automatically when needed, but the mechanism cannot keep up if the drive is already at a critical level.

If you game, redo the maths: a single modern big-budget title can occupy 100-150 GB and temporarily demand close to double that while updating. Steam and similar platforms keep old and new files side by side for part of the update process.

Video editing, virtual machines and software development follow the same pattern: all of them want scratch space. Editing 4K footage generates preview and cache files several times the size of the project itself. For these workloads, treat 20% free as the floor and move working files to a separate drive where possible.

What Actually Happens When a Disk Fills Up

The symptoms arrive in stages as free space shrinks. First, writes slow down and file copies take longer. Then Windows can no longer grow the page file as needed, and browsers with many tabs or memory-hungry applications begin closing with out-of-memory errors.

Next, updates fail to install, restore points cannot be created, and some applications refuse to launch at all because they cannot write a temporary file. Windows typically shows a low-disk-space notification once free space falls below about 10% of capacity — but by that point the performance loss has already started.

If the drive fills completely, there is a genuine risk of data loss: unsaved documents cannot be written, and some database files can be corrupted when a write fails partway through. The goal, therefore, is not to clean up when the disk fills but to never reach that point.

The Practical Way to Hit Your Target

Once you know how many gigabytes you need to reclaim, the next question is where to find them. Work through them in order: temporary files and caches, downloads untouched for months, duplicate photos and videos, leftovers from uninstalled programs, and games you no longer play. On most machines those five categories cover the entire target.

Disk Mop provides a dedicated module for each step: Disk Analysis shows which folder is bloated as a treemap, Large Files lists everything above a size threshold, Duplicates finds bit-identical copies using SHA-256, Cache Cleaner collects system and browser caches, and Uninstall Leftovers clears files and registry entries abandoned by removed programs. The system health score on the dashboard shows at a glance how close you are to your target.

You can download Disk Mop free and try it with limited features; the Pro version is a one-time $19.90 payment for a lifetime license. It runs on Windows 10 and 11 (64-bit) and macOS 12 or later.

よくある質問

How much free space should I leave on an SSD?

Leave at least 15-20% of total capacity free. On a 500 GB SSD that is 75-100 GB; on a 1 TB SSD, 150-200 GB. That headroom is needed for wear leveling, garbage collection and the SLC cache; write speeds drop noticeably once the drive is more than 90% full.

Is 10% free space enough?

For a hard drive, usually yes; for an SSD it is borderline. On an HDD, 10-15% is acceptable, though defragmentation needs at least 15% to work properly. On an SSD, 10% is where performance degradation begins, so targeting 15-20% is the safer choice.

How much free space does a Windows 11 update need?

Major feature updates require roughly 20 GB of free space on the system drive. That space is shared between the downloaded package, temporary installation files and the previous version retained for rollback. Without enough headroom, the update either never begins or is rolled back partway through.

Can a full disk damage my computer?

It causes no permanent hardware damage, but it does cause functional problems. Write speeds drop, Windows cannot grow the page file so applications may crash with out-of-memory errors, updates fail to install and restore points cannot be created. If the drive fills completely, unsaved documents cannot be written and some files can be corrupted by a failed write.

Can I fill a data drive completely?

Filling a secondary drive that holds no system files will not affect system stability, but if it is an SSD the write speed still drops. Filling an archival hard drive to 95% causes no practical problem; the same fill level on an SSD you actively write to produces noticeable slowdown.

How do I check my free space?

On Windows, Settings > System > Storage shows usage per drive with a category breakdown, and File Explorer displays free space for each drive under This PC. On macOS, use the Apple menu > About This Mac > Storage.

評決

The target is straightforward: 15-20% free on an SSD, 10-15% on a hard drive. On the system drive, add a further update buffer of 20 GB for Windows or 15-20 GB for macOS. On a 1 TB system SSD, the practical target is 150-200 GB free.

Percentages are more reliable than fixed gigabyte figures because the requirement grows with the drive. For workloads that need scratch space — gaming, video editing, virtual machines — treat 20% as the floor rather than the goal.

Most importantly, treat this threshold as a buffer you maintain rather than a target you hit once. Preventing a full disk through regular cleanup is both faster and safer than reacting to one.

Reach Your Target Free Space Today

一回のお支払いですべての機能に永久アクセス。サブスクリプションや隠れた料金はありません。

Disk Mopを今すぐダウンロード

関連記事