Disk is full — what now?
Disk is full — what now?
What you'll learn: how to find out what's eating your disk space and how to free some up.
What "disk full" means
Your hosting plan includes a certain amount of storage. When it's full, you can't:
- Upload more files
- Receive more email
- Take more backups (and existing data may even start corrupting)
The good news: it's usually easy to free space.
Step 1 — See what's using it
Open your panel home — your disk usage meter shows total used vs total allowed.
For a detailed breakdown by folder, sidebar → Sites → Files → many file managers show folder sizes in the listing. Sort by size to find the big folders.
If your panel offers a "Disk usage" or "Storage" report, even better — it shows totals at a glance.
Common space-wasters (in order of likelihood)
1. Email
Email is silently the biggest disk eater. People send big attachments and never delete anything.
Fix:
- Empty your trash and spam folders in your email app.
- Delete or download big attachments you don't need anymore.
- For old archives, download a copy locally and remove from the server.
2. Old backups in your account
If you have plugins or scripts that take their own backups (e.g. UpdraftPlus in WordPress), they pile up in your account folder.
Fix:
- Open the plugin's settings and delete old backups.
- Limit how many to keep (say, 3).
3. Logs
Apps generate log files. WordPress error logs, plugin logs, debug output — they grow fast.
Fix:
- Look for files like
error_log,debug.log,access.login your File Manager. - Delete or truncate them.
4. Large media
Original-resolution photos and videos take up a lot of space, especially if they're never displayed at full size.
Fix:
- Download the originals to your computer, then delete from the server.
- Use an image-compression plugin (Smush, ShortPixel) to keep new uploads small.
5. Old WordPress installs you forgot about
A staging copy you didn't delete? An old test install in a subfolder?
Fix:
- Sidebar → Sites → Installer → review what's installed.
- Delete anything you don't need.
6. Database bloat
Spam comments, post revisions, and transients can add up in WordPress.
Fix:
- Install a plugin like WP-Optimize or Advanced Database Cleaner.
- Run a cleanup. (Take a database export first, just in case.)
When you've cleaned up but still need more
Ask your hosting provider for a bigger plan. Most will move you up without downtime.
Tips
- Set up monthly cleanups. Once a month, take 10 minutes to delete junk.
- Don't keep raw photos and videos on hosting. Use cloud storage (Dropbox, Google Drive, iCloud) for originals; only put the resized version online.
- Watch your usage meter. When it hits 80%, plan a cleanup before it hits 100%.
If something goes wrong
- You deleted something you needed — restore from a backup. This is what backups are for.
- Disk is full but you can't see what's using it — your hosting provider can run a detailed report and tell you exactly which folders are biggest.
Related articles