{"id":9086,"date":"2019-05-07T06:30:36","date_gmt":"2019-05-07T06:30:36","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=9086"},"modified":"2025-05-08T15:59:53","modified_gmt":"2025-05-08T10:29:53","slug":"what-is-system-volume-information-can-i-delete","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/what-is-system-volume-information-can-i-delete\/","title":{"rendered":"What is System Volume Information and Can I Delete the Folder"},"content":{"rendered":"<p>The System Volume Information folder is a hidden and protected folder located at the root of every drive or partition. It&#8217;s even found on your SD card, USB pen drive, and external hard disk if you have connected them to your Windows computer earlier. It&#8217;s is not a virus or malware.<\/p>\n<p>But, what exactly is the System Volume Information folder? Why is the folder so huge? Can you delete the folder?<\/p>\n<p>This System Volume Information FAQ page has answers to all your questions.<!--more--><\/p>\n<div id=\"toc\">\n<h4>Contents<\/h4>\n<ol>\n<li><a href=\"#svi_what\">What is the System Volume Information folder?<\/a><\/li>\n<li><a href=\"#svi_access_denied\">Why is the folder not accessible?<\/a><\/li>\n<li><a href=\"#svi_gain_access\">How to gain access to the System Volume Information folder?<\/a><\/li>\n<li><a href=\"#svi_contents\">What does the folder contain?<\/a><\/li>\n<li><a href=\"#svi_visible\">Why is the folder not visible in Explorer?<\/a><\/li>\n<li><a href=\"#svi_delete\">Can I delete the System Volume Information folder?<\/a><\/li>\n<li><a href=\"#svi_size_huge\">Why is System Volume Information too large?<\/a><\/li>\n<li><a href=\"#svi_usb\">Prevent System Volume Information Creation on USB pen drives<\/a><\/li>\n<\/ol>\n<\/div>\n<h2><a id=\"svi_what\"><\/a>What is the System Volume Information folder?<\/h2>\n<p>System Volume Information (SVI) is the datastore folder used by the System Restore feature. However, it&#8217;s not only used by the System Restore feature. It&#8217;s also used by Windows Information Protection (WIP), formerly known as enterprise data protection (EDP), to store the encryption keys. In addition, SVI stores metadata and information used by Windows Backup, System Image Backup, Volume Shadow Copy service, and Windows Search indexing.<\/p>\n<h2><a id=\"svi_access_denied\"><\/a>Why is System Volume Information not accessible?<\/h2>\n<p>The System Volume Information folder is restricted using NTFS permissions. By default, only the <code>NT AUTHORITY\\SYSTEM<\/code> account (&#8220;LocalSystem&#8221;) has access (Full control) to the folder and its subfolders.<\/p>\n<p>Even if you&#8217;re logged in as an administrator, you&#8217;ll see the following error message when accessing the folder:<\/p>\n<pre class=\"err\">Location is not available\r\n\r\nSystem Volume Information is not accessible.\r\n\r\nAccess is denied.<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9089\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-access-denied.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"352\" height=\"163\" \/><\/p>\n<p>If you need to get into the folder to check its contents, see the next paragraph.<\/p>\n<h2><a id=\"svi_gain_access\"><\/a>How to gain access to System Volume Information<\/h2>\n<p>Only the <code>SYSTEM<\/code> account has full access to the SVI folder by default. No other user or group can view the contents of this directory.<\/p>\n<p>However, you can gain access to the System Volume Information folder using two methods:<\/p>\n<h4><strong>Option 1: Run Command Prompt under the SYSTEM account<\/strong><\/h4>\n<p>Using Microsoft&#8217;s <code>PsExec.exe<\/code> utility or other third-party tools, you can start a Command Prompt session under the <code>SYSTEM<\/code> account. It lets you view, modify or delete the contents of System Volume Information.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6305\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/07\/photos-error-psexec-system-cmd.png\" alt=\"psexec launch cmd.exe system account\" width=\"707\" height=\"349\" \/><\/p>\n<p>For more information, see the article <a href=\"https:\/\/www.winhelponline.com\/blog\/run-program-as-system-localsystem-account-windows\/\">How to Run a Program as SYSTEM (LocalSystem) Account in Windows<\/a><\/p>\n<p>This option is preferred as there is no need to modify the folder permissions or access control entries (ACE or ACL) and later revert to the default.<\/p>\n<p><em>Note that you can&#8217;t run File Explorer under the LocalSystem account. If you want to manage the SVI folder using GUI, you may use a third-party tool like File Commander or Total Commander (run as SYSTEM)<\/em><\/p>\n<h4>Option 2: Take ownership &amp; assign full access to your account<\/h4>\n<p><em>(This is <strong>not<\/strong> the preferred method. There are hundreds or thousands of files in the SVI folder, and you don&#8217;t want to mess up their permissions. But, if you need to do that, follow the steps below:)<\/em><\/p>\n<p>You can modify the access control entry to assign your user account full control permissions for System Volume Information and its subfolders and files:<\/p>\n<p>First, you need to <a href=\"https:\/\/www.winhelponline.com\/blog\/take-ownership-of-file-or-folder\/\">change ownership<\/a> of those files individually &#8212; using Takeown.exe or via File Explorer.<\/p>\n<p>From an admin Command Prompt window, run the following commands:<\/p>\n<p><strong>To gain access to the System Volume Information folder only:<\/strong><\/p>\n<pre>takeown \/f \"C:\\System Volume information\"\r\n\r\nicacls \"C:\\System Volume Information\" \/grant <strong>username<\/strong>:F<\/pre>\n<p>You should be able to do a directory listing of the System Volume Information folder, but not in the subfolders. If that doesn&#8217;t serve your purpose and you want to alter the permissions recursively (across subfolders), run the set of commands mentioned below:<\/p>\n<div class=\"qt\">\n<p><strong>To gain access to the System Volume Information folder &amp; subfolders &amp; files (recursively)<\/strong><\/p>\n<div class=\"newline\"><strong>Important:<\/strong> Keep in mind that you can change folder ownership and permissions en masse, but reverting to the original permissions is not that easy, since hundreds or thousands of files (with different owner names) are involved.<\/div>\n<p>The following procedure is usually recommended only when you want to delete the System Volume Information folder on a drive completely.<\/p>\n<pre>takeown \/f \"C:\\System Volume information\" \/r \/d y\r\n\r\nicacls \"C:\\System Volume Information\" \/grant <strong>username<\/strong>:F \/t \/c\r\n\r\n<\/pre>\n<\/div>\n<p><strong>Restore the default permissions<\/strong><\/p>\n<p>If you&#8217;ve <strong>not<\/strong> made the permission changes recursively, you can restore the original permissions easily. To do so, run these two commands:<\/p>\n<pre>icacls \"C:\\System Volume Information\" \/setowner \"NT Authority\\System\"\r\n\r\nicacls \"C:\\System Volume Information\" \/remove <strong>username<\/strong><\/pre>\n<p>You should see the message <em><strong>Successfully processed n files; Failed processing 0 files<\/strong><\/em><\/p>\n<p>As said earlier, the above commands (to restore the default permissions) won&#8217;t help if you&#8217;ve modified the SVI folder permissions, subfolders, and files <em>en masse<\/em>.<\/p>\n<p><em>(In all of the above examples, replace <code><strong>username<\/strong><\/code> with the actual user account name &#8212; e.g., <code>Ramesh<\/code>)<\/em><\/p>\n<h2><a id=\"svi_contents\"><\/a>What does the System Volume Information folder contain?<\/h2>\n<p>Here is the typical directory structure of the System Volume Information folder on the system drive:<\/p>\n<pre>C:.\r\n\u2502   IndexerVolumeGuid\r\n\u2502   Syscache.hve\r\n\u2502   WPSettings.dat\r\n\u2502\r\n\u251c\u2500\u2500\u2500EDP\r\n\u2502   \u2514\u2500\u2500\u2500Recovery\r\n\u251c\u2500\u2500\u2500Windows Backup\r\n\u2502   \u2514\u2500\u2500\u2500Catalogs\r\n\u2502           GlobalCatalog.wbcat\r\n\u2502           GlobalCatalogCopy.wbcat\r\n\u2502           GlobalCatalogLock.dat\r\n\u2502\r\n\u251c\u2500\u2500\u2500SPP\r\n\u2502 \u2514\u2500\u2500\u2500OnlineMetadataCache\r\n\u2502 \u2514\u2500\u2500\u2500SppCbsHiveStore\r\n\u2502 \u2514\u2500\u2500\u2500SppGroupCache\r\n\u251c\u2500\u2500\u2500SystemRestore\r\n\u2502 \u2514\u2500\u2500\u2500AppxProgramDataStaging\r\n\u2502 \u2514\u2500\u2500\u2500AppxStaging\r\n\u2502 \u2514\u2500\u2500\u2500ComPlusStaging\r\n\u2502 \u2514\u2500\u2500\u2500FRStaging\r\n\u2502 \u2514\u2500\u2500\u2500FRStaging{8665F319-6B09-46AE-AAEE-75CF8D2D0EC8}\r\n\u2514\u2500\u2500\u2500WindowsImageBackup\r\n    \u251c\u2500\u2500\u2500Catalog\r\n    \u2502       BackupGlobalCatalog\r\n    \u2502       GlobalCatalog\r\n    \u2502\r\n    \u2514\u2500\u2500\u2500SPPMetadataCache\r\n            {17466c2b-b1e0-4958-b962-c0c19974d1a0}\r\n            {24499217-fe70-4f88-89e7-77fae19d93b5}\r\n            {4149d215-92c7-447c-bcb6-0cbfbe517afd}\r\n            {4277e4fa-9920-40c7-b307-22bcf52d492d}\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9092\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-folder-dir-command-prompt.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"700\" height=\"455\" \/><\/p>\n<div class=\"qt\">\n<p>Whereas, on a USB flash drive or SD card (previously used on a Windows computer), the System Volume Information contains only these two files:<\/p>\n<ul>\n<li>WPSettings.dat<\/li>\n<li>IndexerVolumeGuid<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9093\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-folder-usb-drive.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"700\" height=\"176\" \/><\/p>\n<\/div>\n<p>The Volume Shadow Copy, System Restore, Microsoft Software Shadow Copy Provider, and the Windows Backup services store data in <strong>SPP<\/strong>, <strong>SystemRestore,<\/strong> and other folders.<\/p>\n<ul>\n<li><strong>IndexerVolumeGuid<\/strong> is a file used by the Windows Search service. The file contains the GUID of the current volume or partition. The search indexer, instead of just relying upon a drive-letter, uses the volume GUID for indexing. This is because the drive letters can change every now and then, especially for flash drives and external hard disks, but the volume GUIDs won&#8217;t.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9090\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-indexervolumeguid-svi.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"626\" height=\"73\" \/>\n<div class=\"newlin\">You can see hundreds of references to the volume GUID in the Windows Search-related registry keys. Here is an example:<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9091\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-index-volumeguid-registry.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"794\" height=\"309\" srcset=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-index-volumeguid-registry.png 794w, https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-index-volumeguid-registry-768x299.png 768w\" sizes=\"auto, (max-width: 794px) 100vw, 794px\" \/><\/li>\n<li><strong>Tracking.log<\/strong> in the System Volume Information folder is used by the Distributed Link Tracking Client service (TrkWks) in Windows, which tracks links to files on NTFS-formatted partitions. It tracks links in scenarios where the link is made to a file on an NTFS volume, such as shell shortcuts and OLE links. If that file is renamed, moved to another volume, Windows uses Distributed Link Tracking to find the file.\n<div class=\"newline\">When you access a link that has moved, Distributed Link Tracking locates the link; you are unaware that the file has moved, or that Distributed Link Tracking is used to find the moved file. Tracking.log file is created by the Distributed Link Tracking Service to store maintenance information.<\/div>\n<p><em>Remember seeing this &#8220;Problem with Shortcut&#8221; prompt before?<\/em><\/p>\n<figure id=\"attachment_9096\" aria-describedby=\"caption-attachment-9096\" style=\"width: 363px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-9096\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/shortcut-moved-link-tracking.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"373\" height=\"211\" \/><figcaption id=\"caption-attachment-9096\" class=\"wp-caption-text\">You must have seen this &#8220;missing shortcut&#8221; message<\/figcaption><\/figure>\n<p>If Distributed Link Tracking service is turned off and the shortcut target is moved or deleted from your system, Windows fails to track the link.<\/li>\n<li><strong>WPSettings.dat<\/strong> &#8211; (No info available)<\/li>\n<li><strong>{GUID_n}<\/strong> files may be used by Volume Shadow Copy service<\/li>\n<li><strong>AppxProgramDataStaging<\/strong> contains a backup of your <strong>AppRepository\\Packages<\/strong> folder under ProgramData folder.<\/li>\n<li><strong>AppxStaging<\/strong> contains a backup of your <strong>WindowsApps<\/strong> folder.<\/li>\n<\/ul>\n<h2><a id=\"svi_visible\"><\/a>Why is System Volume Information not visible in Explorer?<\/h2>\n<p>System Volume Information is hidden and protected for obvious reasons. This means it won&#8217;t show up in File Explorer unless you configure <strong>Folder Options<\/strong> \u2192\u00a0 <strong>View<\/strong> tab to show hidden and protected system files.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9088\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/show-hidden-protected-files-windows.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"382\" height=\"475\" \/><\/p>\n<p>After you dismiss the dialog by pressing OK, you should see the SVI folder on each drive.<\/p>\n<h2><a id=\"svi_delete\"><\/a>Can I delete the System Volume Information folder?<\/h2>\n<p>It is not advisable to delete the SVI folder. The folder, as said before, is not just the System Restore snapshots store folder. Because it contains information and metadata used by Backup, Volume Shadow Copy, and Search indexer, this folder should not be deleted, especially if it&#8217;s a system drive or the drive included in the Windows Search index.<\/p>\n<p>On USB flash drives and SD cards, you may delete the folder if you don&#8217;t plan to include its locations in the Search index. However, I&#8217;d recommend leaving the folder as it is even on external drives, as it takes not much disk space. As the folder is hidden and protected (attributes: <strong>System<\/strong> + <strong>Hidden<\/strong>), it won&#8217;t be much of an annoyance.<\/p>\n<p>However, if you need to delete the folder for some reason (e.g., malware infestation) and let Windows create a new folder, run these commands from the admin Command Prompt:<\/p>\n<p>(Assuming C:\\ drive)<\/p>\n<pre>cd \/d c:\\\r\n\r\ntakeown \/f \"System Volume Information\" \/r \/d y\r\n\r\nicacls \"System Volume Information\" \/grant *S-1-5-32-544:F \/t \/c\r\n\r\nrd \/s \/q \"System Volume Information\"<\/pre>\n<p>Alternately, you can run Command Prompt <a href=\"https:\/\/www.winhelponline.com\/blog\/run-program-as-system-localsystem-account-windows\/\">under System<\/a> privileges and delete the SVI folder by running the 3rd command only.<\/p>\n<h2><a id=\"svi_size_huge\"><\/a>Why is System Volume Information too large?<\/h2>\n<p>System Volume Information can consume gigabytes of disk space if System Restore is enabled on the drive. In Windows 8 and earlier, Windows used to create a restore point daily. If the disk space allocation is incorrect or generously set by the user, then the SVI folder can occupy huge disk space&#8211;even hundreds of gigabytes.<\/p>\n<p>In the following screenshot from a Windows 7 computer, you can see that the <code>System Volume Information<\/code> folder occupying 300GB of disk space on a 500GB hard disk drive.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20203\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-size-gb-treesize.jpg\" alt=\"system volume information gigabytes disk usage\" width=\"981\" height=\"449\" srcset=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-size-gb-treesize.jpg 981w, https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-size-gb-treesize-768x352.jpg 768w\" sizes=\"auto, (max-width: 981px) 100vw, 981px\" \/><\/p>\n<p><em>(You can easily track disk space usage using <a href=\"https:\/\/www.winhelponline.com\/blog\/easily-track-disk-space-usage-using-windirstat\/\">WinDirStat<\/a> or <a href=\"https:\/\/www.winhelponline.com\/blog\/free-up-hard-disk-space-windows\/\">TreeSize<\/a>.)<\/em><\/p>\n<p>Here&#8217;s a case where the SVI folder in Windows Server 2008\/2012 occupying more than 300GB. This is most likely caused by scheduled system state backups using Windows Server Backup Features from Server Manager.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-20204\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-windows-server-size.jpg\" alt=\"system volume information gigabytes disk usage\" width=\"931\" height=\"360\" srcset=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-windows-server-size.jpg 931w, https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-windows-server-size-768x297.jpg 768w\" sizes=\"auto, (max-width: 931px) 100vw, 931px\" \/><\/p>\n<p>You can reduce the disk space allocation using the vssadmin.exe command-line:<\/p>\n<p>From an admin Command Prompt, run &#8220;<code>vssadmin list shadowstorage<\/code>&#8220;. This will list the amount of storage used.<\/p>\n<pre>Shadow Copy Storage association\r\nFor volume: (C:)\\\\?\\Volume{098cc206-0000-0000-0000-500600000000}\\\r\nShadow Copy Storage volume: (C:)\\\\?\\Volume{098cc206-0000-0000-0000-500600000000}\\\r\n\r\nUsed Shadow Copy Storage space: 18.577 GB (92%)\r\nAllocated Shadow Copy Storage space: 18.89 GB (94%)\r\nMaximum Shadow Copy Storage space: UNBOUNDED (100%)<\/pre>\n<p>Running the command below will set a limit to the space used &#8212; e.g., 5GB.<\/p>\n<pre>vssadmin resize shadowstorage \/For=C: \/On=E: \/MaxSize=5GB<\/pre>\n<p><strong>Delete all Shadow copies<\/strong><\/p>\n<p>If the above doesn&#8217;t delete the old shadow copies, run these commands to clear the shadow copies on C and D:<\/p>\n<p>You should see the message <em><strong>Successfully resized the shadow copy storage association<\/strong><\/em>.<\/p>\n<pre>vssadmin delete shadows \/for=C: \/all<\/pre>\n<pre>vssadmin delete shadows \/for=D: \/all<\/pre>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/change-disk-space-allotted-system-restore-windows\/#vssadmin\">How to reduce the space allotted to System Restore using Vssadmin.exe<\/a><\/div>\n<div class=\"qt\">\n<h4>Issue: System Volume Information folder too large on Windows Server<\/h4>\n<p>One of the users posted that the SVI was occupying around 165 GB of disk space and wondered how to free up space.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24105\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-reduce-size-server-0.png\" alt=\"system volume information very large on windows server\" width=\"396\" height=\"220\" \/><\/p>\n<p>Microsoft employee Chelsea Wu posted this <a href=\"https:\/\/docs.microsoft.com\/en-us\/answers\/questions\/198152\/system-volume-information-directory-removal.html\" target=\"_blank\" rel=\"noopener nofollow\">solution<\/a> to reduce the SVI folder size on Windows Servers.<\/p>\n<p>On Windows Server 2012, you can safely free up the space of the System Volume Information folder as follows:<\/p>\n<h4>Delete the GUIDs files in the System Volume Information folder using DiskShadow.exe.<\/h4>\n<ol>\n<li>From an admin command prompt, run <code>DiskShadow.exe<\/code>.<\/li>\n<li>Type <code><strong>Delete shadows OLDEST E:\\<\/strong><\/code>\n<div class=\"newline\">(Replace <code>E:\\<\/code> with the actual drive letter in which you want to free up disk space)<\/div>\n<\/li>\n<li>Type <code>Exit<\/code> to exit DiskShadow.exe.<\/li>\n<\/ol>\n<h4>Change the amount of disk space available to VSS.<\/h4>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>Right-click on the drive you want to configure (in this scenario: <code>E:\\<\/code> ), then click Configure Shadow Copies.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24102\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-reduce-size-server-1.png\" alt=\"system volume information very large on windows server\" width=\"763\" height=\"350\" \/><\/li>\n<li>Click \u201cSettings\u201d and then change the number under Maximum size \u2192 Use limit. Click OK to save.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24103\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-reduce-size-server-2.png\" alt=\"system volume information very large on windows server\" width=\"831\" height=\"513\" srcset=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-reduce-size-server-2.png 831w, https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-reduce-size-server-2-768x474.png 768w\" sizes=\"auto, (max-width: 831px) 100vw, 831px\" \/><br \/>\n<em>(Set the size of the Shadows Copies storage. And you can adjust the schedule to prevent the SVI folder size from growing enormously.)<\/em><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p><em>For more information, check out the Technet forum thread <a href=\"https:\/\/social.technet.microsoft.com\/Forums\/windowsserver\/en-US\/9cab91ea-76fd-4de1-b0d6-f893702dfc6f\/forum-faq-reduce-the-size-of-system-volume-information-folder?forum=winserverfiles\" target=\"_blank\" rel=\"noopener nofollow\">Reduce the size of System Volume Information folder<\/a>.<\/em><\/p>\n<p>The extra shadow copies would be deleted in the System Volume Information folder once you reduce the Maximum size.<\/p>\n<\/div>\n<p>Additionally, the old system state backups created using Windows Server Backup can be deleted using the following command in Windows Server:<\/p>\n<pre>wbadmin delete systemstatebackup -keepversions:0<\/pre>\n<h4>Windows 10<\/h4>\n<p>The above <code>wbadmin<\/code> command-line is valid for Windows Server editions only. When you run the command on Windows 10, you&#8217;ll see the following error:<\/p>\n<pre class=\"err\">Warning: The DELETE SYSTEMSTATEBACKUP command is not supported in this version of Windows.\r\nThe operation ended before completion.<\/pre>\n<p>On Windows 10, you can use the System Properties GUI to increase or decrease the disk space allocation for System Restore or the Volume Shadow Copy feature. And, the old restore points and shadow copies can be deleted using Disk Cleanup. Using Disk Cleanup, you can <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-delete-system-restore-points-windows\/\">clear all but the latest<\/a> Restore Point and Shadow Copy.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9099\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/cleanmgr-clear-restore-points-old.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"375\" height=\"454\" \/><\/p>\n<ul>\n<li>Start Disk Cleanup as administrator and select the system partition. Click on <strong>More Options<\/strong>. Click <strong>Clean up&#8230;<\/strong><\/li>\n<\/ul>\n<p>This option removes all but the most recent restore point. It also erases shadow copies and older Backup images as part of restore points. As a result, the System Volume Information folder&#8217;s disk space usage will be remarkably reduced.<\/p>\n<p><em>Unlike earlier versions of Windows, Windows 10 doesn&#8217;t automatically create restore points every 24 hours. It creates it only when needed so that there won&#8217;t be unnecessary restore points. But if you need, you can <a href=\"https:\/\/www.winhelponline.com\/blog\/create-daily-restore-point-task-scheduler-script\/\">create one daily<\/a> using a custom script with Task Scheduler.<\/em><\/p>\n<p>If you&#8217;re using low capacity hard disk, you can either lower the disk space allocation for System Restore or clear all restore points to save disk space.<\/p>\n<ol>\n<li>Launch <code>sysdm.cpl<\/code> from the Run dialog<\/li>\n<li>Click &#8220;System Protection&#8221;<\/li>\n<li>Select the drive for which you want to reduce the disk space allotment. Click Configure.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9101\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/system-restore-space-allot-1.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"412\" height=\"468\" \/><br \/>\n<em>This tab shows the current disk usage by System Restore in the SVI folder.<\/em><\/li>\n<li>Under Disk Space Usage, drag the Max Usage slider towards the left.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9100\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/system-restore-space-allot-2.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"407\" height=\"466\" \/><\/p>\n<div class=\"newline\"><em>Or, to reduce the disk space slider in a granular fashion, click exactly on the pointer in the slider to select it. And use the left or right arrows on your keyboard. Each tap of the left or right arrow decreases or increases the disk usage slider by 1%.<\/em><\/div>\n<p>If you reduce the slider to the left, the <a href=\"https:\/\/www.winhelponline.com\/blog\/change-disk-space-allotted-system-restore-windows\/\">disk space allocation<\/a> to the System Restore feature is lowered, keeping the SVI folder size low. The oldest restore points are purged automatically (FIFO) so that the System Restore doesn&#8217;t use more space than what you allocated.<\/p>\n<div class=\"newline\"><em>You also have the option to <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-delete-system-restore-points-windows\/\">delete all the restore points<\/a> for the drive. Press the Delete button if the system has <a href=\"https:\/\/www.winhelponline.com\/blog\/disk-cleanup-checkbox-options-default-enabled\/\">very low disk space<\/a>.<\/em><\/div>\n<div class=\"newline\"><em>If your anti-virus software warns of a virus in the System Volume Information folder, you may need to disable system protection and click Apply in the above dialog. This erases all your restore points. You can turn it back again.<\/em><\/div>\n<\/li>\n<li>Click OK, OK.<em><em><br \/>\n<\/em><\/em><\/p>\n<div class=\"newline\">If you want to delete individual restore points without clearing them all, see <a href=\"https:\/\/www.winhelponline.com\/blog\/selectively-delete-system-restore-points\/\">How to Delete Individual System Restore Points in Windows<\/a><\/div>\n<\/li>\n<\/ol>\n<h2><a id=\"svi_usb\"><\/a>Prevent System Volume Information Creation on USB drives<\/h2>\n<p>The <strong>System Volume Information<\/strong> folder appears on the root of every disk partition in your system. The folder is created on external hard drives, SD cards, and USB flash drives as well.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9093\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-folder-usb-drive.png\" alt=\"Prevent System Volume Information Creation on USB Pen Drives\" width=\"700\" height=\"176\" \/><\/p>\n<p>Let&#8217;s now see how to prevent the creation of the SVI folder on your USB flash drive, external drive, or SD card formatted with NTFS.<\/p>\n<div class=\"qt\">\n<p>There is a widely circulating (on the internet) fix for this problem. They suggest setting the registry policy <strong>DisableRemovableDriveIndexing<\/strong>\u00a0to <code>0<\/code> in the following registry key to prevent the creation of the SVI folder. If the policy is enabled, locations on removable drives cannot be added to libraries. In addition, locations on removable drives cannot be indexed.<\/p>\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\windows search<\/pre>\n<p>The registry value corresponds to <strong>Do not allow locations on removable drives to be added to libraries<\/strong> Group Policy setting.<\/p>\n<p>However, setting <strong>DisableRemovableDriveIndexing <\/strong>to <code>0<\/code> in that registry key doesn&#8217;t prevent the creation of System Volume Information folder on removable drives when I tested in Windows 10.<\/p>\n<\/div>\n<p>On USB flash drives or SD cards, the Windows Search Indexer <code>SearchIndexer.exe<\/code> creates the System Volume Information (SVI) folder and two files: <code>IndexerVolumeGuid<\/code> and <code>WPSettings.dat<\/code> in that folder. The IndexerVolumeGUID file stores the unique identifier (GUID) of the current partition or volume.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9090\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-indexervolumeguid-svi.png\" alt=\"what is system volume information folder, and can i delete it\" width=\"626\" height=\"73\" \/><\/p>\n<div class=\"qt\">\n<p><strong>WPSettings.dat<\/strong> may have been created by the Storage Service, which the Windows Store app uses. If the Storage Service is disabled in an attempt to disable the creation of WPSettings.dat, then downloading apps in the Windows Store cause the error <code>0x800706D9<\/code> &#8211; <code>Something unexpected happened<\/code> and no apps can be installed from the Store.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9179\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/windows-store-error-0x800706d9.png\" alt=\"Prevent System Volume Information Creation on USB Pen Drives\" width=\"698\" height=\"372\" \/><\/p>\n<p>To reenable Storage Service, start <code>Services.msc<\/code> \u2192 double-click <strong>Storage Service<\/strong> \u2192 Set its startup type to <strong>Manual<\/strong>.<\/p>\n<\/div>\n<h3>Step 1: Delete the System Volume Information folder on USB<\/h3>\n<p>On NTFS volumes, the SVI folder by default can be accessed only by the <strong>SYSTEM<\/strong> account, which has the Full Control permissions. You can remove the System Volume Information folder using the following commands from an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">admin Command Prompt<\/a>.<\/p>\n<p>Replace <code>H:\\<\/code> in the following example with the actual drive letter of your USB\/SD card media. Make sure you don&#8217;t inadvertently remove the SVI folder in your system partition or elsewhere.<\/p>\n<pre>cd \/d h:\\\r\n\r\ntakeown \/f \"System Volume Information\" \/r \/d y\r\n\r\nrd \/s \/q \"System Volume Information\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9117\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/prevent-system-volume-information-pen-drive-1.png\" alt=\"Prevent System Volume Information Creation on USB Pen Drives\" width=\"700\" height=\"478\" \/><\/p>\n<p>This removes the folder along with the sub-folders (if any) and files.<\/p>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/take-ownership-of-file-or-folder\/\">Take Ownership of a File or Folder Using Command-Line in Windows<\/a><\/div>\n<h3>Step 2:\u00a0Prevent the creation of System Volume Information on a USB drive<\/h3>\n<p>The SVI folder is created by the Windows Search indexer program, which runs under the <strong>SYSTEM<\/strong> account. This is the process that creates the SVI folder along with the two files in it.<\/p>\n<p>By denying <strong>Write<\/strong> access for the <strong>SYSTEM<\/strong> account to the root directory of a USB drive, you can stop the SVI folder from being created. This, of course, works only if your USB drive uses the NTFS file system.<\/p>\n<p><em><strong>Important:<\/strong> Don&#8217;t perform the following steps on a USB drive or SD media if you&#8217;re using it as a storage volume for File History, Windows Backup, System Image Backup, etc. If you deny &#8216;write&#8217; access to the SYSTEM account on the drive, none of those tools will be able to work correctly.<\/em><\/p>\n<p>From an admin Command Prompt, run the following command:<\/p>\n<pre>icacls h:\\\u00a0 \/deny system:W<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9118\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/prevent-system-volume-information-pen-drive-3.png\" alt=\"Prevent System Volume Information Creation on USB Pen Drives\" width=\"700\" height=\"112\" \/><\/p>\n<p>The above command denies &#8220;Write&#8221; access to the SYSTEM account on the root of <code>H:\\<\/code> (USB media drive-letter).<\/p>\n<p>If you want to do this via the Security tab \u2192 Advanced Security Settings, configure it as shown in the image below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9116\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/prevent-system-volume-information-pen-drive-2.png\" alt=\"Prevent System Volume Information Creation on USB Pen Drives\" width=\"700\" height=\"282\" \/><\/p>\n<h3>How to reverse or undo the Permission entry?<\/h3>\n<p>To undo or reverse the above permission setting, run this command:<\/p>\n<pre>icacls h:\\\u00a0 \/remove:d system<\/pre>\n<p>With the &#8220;Deny&#8221; permission entry removed, the <strong>SYSTEM<\/strong> account will now be able to write to the root of the drive. Search indexer will create the System Volume Information folder on the drive.<\/p>\n<p>I hope this article provided detailed information about the System Volume Information folder in Windows.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The System Volume Information folder is a hidden and protected folder located at the root of every drive or partition. It&#8217;s even found on your SD card, USB pen drive, and external hard disk if you have connected them to your Windows computer earlier. It&#8217;s is not a virus or malware. But, what exactly is &#8230; <a title=\"What is System Volume Information and Can I Delete the Folder\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/what-is-system-volume-information-can-i-delete\/\" aria-label=\"Read more about What is System Volume Information and Can I Delete the Folder\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":9102,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[7],"tags":[106,250,562,577,683],"class_list":["post-9086","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-command-prompt","tag-icacls","tag-system-restore","tag-takeown","tag-windows-search"],"jetpack_featured_media_url":"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/svi-folder-system-drive-2.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":274,"url":"https:\/\/www.winhelponline.com\/blog\/recover-files-previous-versions-shadow-copy-windows-7-vista\/","url_meta":{"origin":9086,"position":0},"title":"How to Recover Deleted Files Using Previous versions (Shadow Copy) in Windows","author":"Ramesh","date":"May 9, 2008","format":false,"excerpt":"If you accidentally delete a file or folder, you can restore a shadow copy of that file or folder using the Previous Versions feature in Windows Vista and higher. Shadow Copy, a useful innovation included first in Windows Vista, automatically creates point-in-time copies of files as you work, so you\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/prevversions1.gif?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":847,"url":"https:\/\/www.winhelponline.com\/blog\/how-to-delete-system-restore-points-windows\/","url_meta":{"origin":9086,"position":1},"title":"How to Delete All System Restore Points in Windows","author":"Ramesh","date":"January 26, 2009","format":false,"excerpt":"Are you running out of hard disk space even after clearing out the temporary folder and other junk files? You may consider lowering the disk space allotted to System Restore or delete the System Restore snapshots which include previous versions of files. Upgrading the hard disk is the ultimate solution\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"vssadmin delete all restore points","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/01\/vssadmin-delete-all.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/01\/vssadmin-delete-all.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/01\/vssadmin-delete-all.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":785,"url":"https:\/\/www.winhelponline.com\/blog\/restore-registry-hives-system-restore-snapshot-xp\/","url_meta":{"origin":9086,"position":2},"title":"How to Restore the Registry Hives from a System Restore Snapshot in Windows XP","author":"Ramesh","date":"November 27, 2008","format":false,"excerpt":"This article describes how to restore the registry hives from a recent System Restore snapshot in Windows XP, in the event of registry corruption that prevents your Windows XP computer from starting. If the registry hives become corrupted, the following errors are displayed when starting up. Windows XP could not\u2026","rel":"","context":"In &quot;Windows XP&quot;","block_context":{"text":"Windows XP","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-xp\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/archived\/xp-icon.gif?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":5521,"url":"https:\/\/www.winhelponline.com\/blog\/error-0x80070091-directory-not-empty-deleting-folder-copying-chkdsk\/","url_meta":{"origin":9086,"position":3},"title":"Error 0x80070091 &#8220;The directory is not empty&#8221; When Deleting or Copying a Folder","author":"Ramesh","date":"October 15, 2017","format":false,"excerpt":"When you attempt to delete a folder or copy it to another location or drive, the following error may pop up: Interrupted Action. An unexpected error is keeping you from deleting the folder. If you continue to receive this error, you can use the error code to search for help\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"0x80070091 directory not empty","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/10\/0x80070091_dir_not_empty.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":819,"url":"https:\/\/www.winhelponline.com\/blog\/change-disk-space-allotted-system-restore-windows\/","url_meta":{"origin":9086,"position":4},"title":"How to Lower the Disk Space Allotted to System Restore in Windows","author":"Ramesh","date":"January 12, 2009","format":false,"excerpt":"System Restore uses a considerable amount of disk space on the computer. While it's not a problem for systems with bigger hard drives, you most likely would be running out of disk space in systems with a low-capacity drive such as a 150 GB hard disk, especially if you have\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"what is system volume information folder, and can i delete it","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/system-restore-space-allot-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":80747,"url":"https:\/\/www.winhelponline.com\/blog\/strange-file-d-in-windows-folder\/","url_meta":{"origin":9086,"position":5},"title":"Strange file named &#8220;D&#8221; appears in the Windows folder","author":"Ramesh","date":"April 27, 2026","format":false,"excerpt":"When you open the Windows directory, an unknown 10 GB file named \"D\" with the system and hidden attributes appears. Deleting the file causes the error \"The process cannot access the file because it is being used by another process.\" Cause The strange file \"D\" is most likely the page\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"strange file D in windows folder","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/strange-file-d-wiztree.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/strange-file-d-wiztree.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/strange-file-d-wiztree.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/04\/strange-file-d-wiztree.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/9086","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=9086"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/9086\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media\/9102"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=9086"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=9086"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=9086"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}