HOW TO FIX: LOW DISK SPACE ERROR MESSAGE AFTER WINDOWS 10 UPDATE
May 11, 2018 / by Marco / Categories : Business, Software, Windows
I recently had to perform a Windows 10 Update (had no choice). After the update I kept on getting this error message:
Low Disk Space
You are running out of disk space on Local Disk (D:).
Click here to see if you can free space on this drive.

This new drive didn’t exist before the update and it appears to be an OEM Partition and it’s been assigned a drive letter.
The popup message was really getting annoying and it would appear every time I restarted the laptop. Apparently, there was a way to hack the registry to disable this popup message but I didn’t want to do this as I actually wanted to be notified when my C: was running out of disk space.
I tried going into Disk Management to remove the drive letter but there was no option to do this when I right clicked. See below:

THE FIX
I had to use the command tool called Diskpart. You need to run this tool in the command prompt as an administrator. Just follow the below steps or watch the video.
In the search type:
cmd
![]()
Right click and select Run as Administrator

type:
diskpart

type
list volume

Check the volume number of the disk drive letter you want to remove

type:
select volume [number]

type:
remove letter [drive]

Now the popup message no longer appears!!! Hope this has helped some of you.
Our Sponsors
- Advertise Me Pty Ltd
Digital Signage Solutions
- Fitness Mania
Everything to do with fitness products ranging from gym equipment, fitness clothing, protein powder and lots more.
- My Healthy App
My Healthy App curates all the best and latest mobile health apps.
OTHER ARTICLES YOU MAY LIKE
USING THE LATEST CLAUDE MODEL TO BUILD GREAT TOOLS
If you have ever had an idea for a small tool but stopped because coding felt too hard, the latest Claude model makes that gap much smaller. You can now describe what you want in plain English, ask Claude to plan it, build the first version, improve the design, write the logic, test the workflow, […]
read more
REVIEWING AND UNBOXING THE TOOCKI USB-C RIGHT ANGLE 1.2M CABLE
USB C cables are among the most ordinary accessories we own, yet they can make a surprisingly noticeable difference to how comfortable our devices are to use while charging. The Toocki USB C right angle cable is a good example of a simple accessory that tries to solve a very common irritation, because instead of […]
read more



