Software⏱️ 3 min read📅 2026-06-15

How to Fix: Stop Vista creating GBs of error report files

How to stop Vista creating GBs of error report files

Quick Answer: Disable the Windows Error Reporting service and set the system to not send reports to the server.

Windows Vista creates Windows Error Report files to track and diagnose system issues. However, these files can take up a significant amount of disk space, especially if left unchecked. The issue you're facing is frustrating because it's taking up valuable space on your boot drive, which is already limited.

Stopping Vista from creating these error report files in the first place requires some configuration changes and possibly disabling certain Windows features.

🛑 Root Causes of the Error

  • The primary reason for this issue is that Windows Vista uses a feature called 'Windows Error Reporting' to collect system information, including crashes and errors. This feature is enabled by default and continues to run in the background even after you've closed the error reporting interface.
  • Alternatively, it's also possible that other software or system configurations might be contributing to this issue, but Windows Error Reporting is the most likely culprit.

🔧 Proven Troubleshooting Steps

Disabling Windows Error Reporting

  1. Step 1: Press the Windows key + R to open the Run dialog box. Type 'gpedit.msc' and press Enter to open the Local Group Policy Editor.
  2. Step 2: In the Local Group Policy Editor, navigate to Computer Configuration > Administrative Templates > System > Error Reporting.
  3. Step 3: Double-click on 'Turn off Windows error reporting' and select 'Enabled' from the dropdown menu. Click Apply and then OK to close the window.

Disabling Windows Update and System Files Checking

  1. Step 1: Press the Windows key + R to open the Run dialog box. Type 'services.msc' and press Enter to open the Services console.
  2. Step 2: In the Services console, find and right-click on 'Windows Update' and select 'Properties'. Set the Startup type to 'Disabled' and click Apply. Repeat this process for 'System' (also known as 'Windows System') service.
  3. Step 3: Press the Windows key + R to open the Run dialog box. Type 'regedit.exe' and press Enter to open the Registry Editor.
  4. Step 4: Navigate to HKEY_LOCAL_MACHINE/software ecentwufs and delete any existing keys or subkeys. Close the Registry Editor.

🎯 Final Words

By disabling Windows Error Reporting, you should be able to stop Vista from creating these error report files in the first place. However, keep in mind that this will disable the feature entirely, so if you need it for troubleshooting purposes, consider using a different method (like Method 2) or enabling the feature again when you're done with cleaning up disk space.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions