Skip to content

System Volume information utilize 200 GB storage- help in reducing the same

0

System volume information in D: has utilized 200Gb storage leading to insufficient storage space. Help in resolving it Enter image description here

asked a year ago175 views

2 Answers
0

When System Volume Information is consuming excessive space (200GB in your case), this is typically due to system restore points, shadow copies, or other system-maintained data. Here's how you can address this issue:

For Windows systems:

  1. Reduce System Restore space allocation:
  • Right-click on the drive (D:) and select Properties
  • Go to the System Protection tab
  • Click "Configure"
  • Reduce the maximum disk space usage for system protection
  • Consider clicking "Delete" to remove all existing restore points
  1. Manage Shadow Copies:
  • Open Command Prompt as Administrator
  • Use the command "vssadmin list shadowstorage" to view shadow copy storage
  • Use "vssadmin delete shadows /all" to delete all shadow copies
  • Or set limits with "vssadmin resize shadowstorage"
  1. Clean up Windows Update files:
  • Use Disk Cleanup utility
  • Select "Clean up system files"
  • Check options related to Windows Update and system files

If this is an EC2 instance, you could also consider:

  • Increasing the volume size through the AWS Management Console or CLI
  • After increasing the EBS volume size, extend the partition and file system using Windows Disk Management

Remember to back up any important data before making significant changes to system files or storage configurations.
Sources
How do I increase Disk Space? | AWS re:Post
/dev/nvme0n1p1 on ec2 takes up too much disk space. | AWS re:Post

answered a year ago

EXPERT

reviewed a year ago

0

Hi , Thanks for responding. Does not have to option to check System Protection . Shadow copy shows as below. Enter image description here the main problem we have is the system volume information has around 95 GB storage. Enter image description here

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.