- Understands low-space warning thresholds and frequency to decide whether to silence it.
- Disable it with Registry (NoLowDiskSpaceChecks) and use your own monitoring.
- Attack the cause: clean with cleanmgr and expand C: when necessary.
- Manage special cases (Tableau, Nextcloud) and policies that affect low space.
If you use Windows daily, sooner or later you'll see the dreaded low disk space warning. That pop-up notification can appear at the worst possible moment, interrupting your workflow. In this article, we'll tell you how to disable these notifications when you don't really need them, and also how to prevent them with proactive cleaning and monitoring. The idea is for you to control the system, not the other way around.
Before we get down to business, it's helpful to understand what's behind these notifications and when it makes sense to silence them. Sometimes they're useful, other times they're false positives or simply annoying. We'll explain how they behave in different versions, the thresholds Windows uses, how to remove the notification from the Registry, corporate alternatives, and long-term solutions to prevent it from happening again.
What is the low space alert and how does it work in Windows?
Windows displays a warning when it detects you're running out of free space on a drive; in older versions, you'll see a bubble in the system tray, and in Windows 10/11, a notification in the notification area. The wording of the warning changes, but the goal is the same: to encourage you to free up space.
In Windows XP/Vista/7 and Windows Server 2003/2008/2012/2016, the classic message said something like Local Disk C: was running out of space and that you could free up unnecessary files. In Windows 10/11 and Server 2019/2022, the notification appears as 'Storage Space' prompting you to open Storage Settings , but it essentially means the same thing.
The system periodically checks free space: every minute in Vista, and every 10 minutes by default in Windows 7 and later. When the amount falls below certain thresholds, the number of warnings increases : the first warning occurs below 200 MB, a second below 80 MB, and the most critical below 50 MB.
Be aware that during large backups or when the disk fluctuates a lot, you might not see the notification in time, or it might arrive at an inconvenient moment. Therefore, it's important to understand that the frequency is linked to the polling interval and those fixed limits.

Should you disable it? Risks and when to do it
The alert exists for a reason: Windows needs some breathing room for system tasks (indexing, updates, virtual memory, etc.). Ignoring the warning can result in poor performance, patch installation failures, crashes, and even boot problems. If the system drive appears red in File Explorer, the responsible thing to do is act as soon as possible.
So, when does it make sense to silence the notification? Basically, in two cases: if it appears by mistake, or if you already have an alternative, controlled monitoring system that alerts you more accurately. If the alert is persistent but you've already verified that you have enough time or have your own rules in place, disabling it can save you from interruptions.
Direct method: Disable the warning from the Windows Registry
The quickest way to silence system notifications is to create a registry entry. Before proceeding, a very important warning: modifying the registry carries risks; back up your data and proceed with caution.
Steps to disable the low space warning in the current user profile (Windows 7, 8.1, 10, 11 and modern servers): Open the Registry Editor with Win+R, type regedit and confirm with Enter.
Navigate to the key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer. If 'Explorer' does not exist within 'Policies', create it.
In the right pane, create a new 32-bit DWORD value called 'NoLowDiskSpaceChecks'. Edit that value and set it to 1 to disable low disk space checks . Close the Registry Editor, log off, and log back in (or restart) to apply the change.
Related variations and settings that can help if you also want to reduce legacy tooltips: In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer, you can create DWORD values called 'EnableBalloonTips' and 'ShowInfoTip' with a value of 0 to disable these traditional tooltips. It's not exactly the same as the modern low space warning, but it helps to silence balloon-type notifications.
Remember: if you change your mind, simply set 'NoLowDiskSpaceChecks' to 0 or delete the entry to revert to the default behavior. For other interface tweaks, there are additional Registry tweaks (such as 'DesktopLivePreviewHoverTime' or 'MenuShowDelay') that don't affect this alert but are often used together.
Alternative for legacy environments: Create your own alert with System Monitor (Server 2003)
In older systems (Windows Server 2003), there's a 'Performance Logs and Alerts' feature that allows you to create a free disk space alert without relying on the system globe. It doesn't disable the native alert, but it gives you fine-grained control over thresholds and actions.
The process is as follows: Open Performance from Administrative Tools, expand 'Performance Logs and Alerts', and create a 'New Alert Configuration'. On the General tab, add the LogicalDisk counter and choose '% free space' for the drive to monitor.
Define the threshold (for example, 'Low' below the figure you're interested in) and a sampling interval (5 seconds is fine by default). In 'Action' you can decide what to do: write to the event log, send a network message using the Messenger service, start a counter log, or run a program/batch file with arguments.
Finally, adjust the scheduling: start manually or at a specific time; stop manually, after a specific duration or time. If you want it to continue running even after restarts, set a very long duration and select 'Start a new scan' upon completion . This will provide continuous monitoring without relying on the built-in notification.
MDM and Policies: What You Can and Can't Touch
If you manage computers with Intune or another MDM, even the Group Policy Editor doesn't offer an 'official' policy to disable the system's low disk space notification. While the Windows CSP ecosystem allows you to adjust hundreds of behaviors, this specific notification doesn't have a dedicated toggle switch.
What is available are policies related to disk behavior when space is limited. For example, 'Search/PreventIndexingLowDiskSpaceMB' defines the threshold at which indexing is disabled or maintained when space is low. This doesn't silence the system alert, but it does allow you to decide whether or not the indexer stops when space is scarce.
In corporate settings, the best practice is to combine the following: disable registry alerts if they are bothersome, add your own monitoring (see the alerts and scripts sections), and implement policies that reduce load when space is limited. This helps you avoid unnecessary noise and maintain system health.
Background solution: free up or expand space on the drive
Silencing the notification resolves the symptom, but ideally, you should fix the cause: insufficient space on your C: drive. First step: Use Disk Cleanup and other Windows 11 maintenance tools . Press Win+R, type 'cleanmgr', and select the drive to clean; check the boxes for temporary files, thumbnails, caches, etc., and confirm . Then, repeat the process and click 'Clean system files' to expand the cleanup (Windows Update files, installation remnants, etc.).
If you're using Windows Server 2008/2012 and you get the error that 'cleanmgr' can't be found, it's because the feature isn't enabled by default. You need to enable the Disk Cleanup component for your server version before you can use it.
When cleanup doesn't yield much (less than ~20 GB recovered), you'll need to extend C:. Shrink a contiguous volume (for example, D:) and extend C: with the freed space. With partitioning software like NIUBI Partition Editor, you can shrink D:, create unallocated space to the left, and add it to C: without reinstalling anything.
The typical procedure is: right-click on D to 'Resize/Move', drag the left edge to the right, and apply; then right-click on C to 'Resize/Move' and drag the right edge to absorb the unallocated space; and finally 'Apply'. Tools like NIUBI boast 'virtual mode', '1-second reversion', or 'hot cloning' for added security and speed.
Scripts and Automation: Custom Alerts in Server 2012 R2 (and related)
In environments that require fine-tuning, you can replace the generic notification with a custom script that monitors the free disk space percentage and alerts you via the console, email, or your preferred method. A common pattern in PowerShell uses WMI to query 'Win32_LogicalDisk', calculates the percentage, and alerts you if it falls below a certain threshold.
The idea is simple: you define a threshold variable (for example, 17%), point to a 'servers.txt' file with one machine per line, check its existence, read it, and iterate through each server. For each logical drive, you retrieve the total size and free space, calculate the percentage, and if it's less than your threshold, you issue an alert . The classic example prints messages like 'Drive C: has X% free space' and displays 'Health Alert!' when appropriate.
This script can be scheduled in the Task Scheduler and extended to send emails or open support tickets. This way, instead of a generic notification, you'll receive alerts exactly when and how you need them.
Special cases: software that also throws low-space warnings
Windows isn't the only one that sends warnings; server applications and synchronization clients have their own rules. Let's look at two very common ones in businesses. If the alert you're getting is from one of these, you'll want to check its specific settings.
Tableau Server: includes native disk usage monitoring per node and can send email notifications when space falls below a threshold. It also offers administrative views for monitoring consumption and cleanup tools with 'tsm maintenance cleanup' that purges logs and temporary files, including unnecessary PostgreSQL elements.
In ZooKeeper installations that generate many transaction logs, you can adjust snapshot creation with `tsm configuration set -k zookeeper.config.snapCount -v <counter>` and apply the changes with `tsm pending-changes apply`. If you run out of space and Tableau/TSM becomes unresponsive, free up files to free up space and force a reconfiguration with a dummy key (`-k foo -v bar --force-keys`) and apply the changes . All of this will be done without affecting Tableau's functionality.
Nextcloud Desktop: its client prevents machine overload thanks to variables and settings. On Windows, the configuration file is located in '%APPDATA%\Nextcloud\nextcloud.cfg'. Environment variables such as 'OWNCLOUD_CRITICAL_FREE_SPACE_BYTES' (default 50*1000*1000) define the critical minimum, and 'OWNCLOUD_FREE_SPACE_BYTES' (default 250*1000*1000) causes downloads to be skipped if they would fall below the margin.
Additionally, the client offers options for logging ('--logfile', '--logdir', '--logdebug'), configuration directory ('--confdir'), or background execution ('--background'). If you prefer the command line, 'nextcloudcmd' performs a one-time synchronization with flags such as '--path' to synchronize subfolders, '--httpproxy', or '--non-interactive' . This is useful when the alert originates from the client's internal synchronization policy and you want to modulate it or limit what is synchronized.
Registry Best Practices: What It Is, How to Open It, and How Not to Break Anything
The Registry Editor ('regedit') is a graphical tool that allows you to change deep Windows parameters. It is intended for administrators or advanced users, and a mistake can have serious effects on the system . Therefore, it is crucial to understand its tree-like structure: keys (like branches), subkeys, and values (strings, DWORDs, etc.).
To open it, press Win+R and type 'regedit' (Windows XP, 7/8/10/11). Before making any changes, export the key you intend to modify in case you need to revert to a previous version. To create a new value, right-click in the appropriate panel, select 'New', and choose the data type; to edit, double-click and carefully adjust the value.
Basic rules: only change what you understand, document what you do, and restart if the adjustment requires it (many users need to log off or restart). Disabling the low disk space warning is a safe change if you know what you're doing, but don't stop monitoring your disk's health through other means.
Beyond Windows: Tuning Side Behaviors in Low Space
In modern Windows systems, in addition to the warning, there are subsystems that change their behavior when disk space is low. One example is the Windows Search indexer, which can pause its activity below a certain number of MB to avoid worsening the situation . As we saw, there is a directive, 'Search/PreventIndexingLowDiskSpaceMB', to modulate this in MDM.
Other products also apply their own limits: sync clients like Nextcloud don't download files if a defined threshold is about to be crossed (variables 'OWNCLOUD_*'); server solutions like Tableau save and rotate logs with configurable policies, and have cleanup commands to recover GB in seconds. Understanding these nuances allows you to contain the noise without losing visibility.
The best approach combines selective silence (turning off notifications when necessary), regular cleaning, and customized monitoring. This way, you avoid interruptions, maintain performance, and anticipate problems.