0x800423f4 VSS error: 6 Ways to Fix It

Check out the advanced methods to fix the issue

by Vladimir Popescu
Vladimir Popescu
Vladimir Popescu
Managing Editor
Being an artist his entire life while also playing handball at a professional level, Vladimir has also developed a passion for all things computer-related. With an innate fascination... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • VSS error 0x80042302 occurs when the Volume Shadow Copy Service (VSS) is unable to create a snapshot of a volume in Windows.
  • You may encounter this error in any Windows operating as well as Windows Server when trying to perform a system restore or backup using the Volume Shadow Copy Service (VSS).
  • Most of the time, the error can be fixed by rebooting your computer or ensuring that there is enough space in the backup drive.
0x800423f4 VSS error
XINSTALL BY CLICKING THE DOWNLOAD FILE
To fix Windows PC system issues, you will need a dedicated tool Fortect is a tool that does not simply clean up your PC, but has a repository with several millions of Windows System files stored in their initial version. When your PC encounters a problem, Fortect will fix it for you, by replacing bad files with fresh versions. To fix your current PC issue, here are the steps you need to take:
  1. Download Fortect and install it on your PC.
  2. Start the tool's scanning process to look for corrupt files that are the source of your problem
  3. Right-click on Start Repair so the tool could start the fixing algorythm
  • Fortect has been downloaded by 0 readers this month.

0x800423f4 VSS error happens when a backup or restore operation using Volume Shadow Copy Service (VSS) fails. This error indicates that the storage volume is running low on space or there is an issue with the VSS service itself.

The 0x800423f4 error can occur for several reasons, such as insufficient disk space, conflicts with other backup software or antivirus programs, Shadow Copy storage being corrupt, corrupt system files, or issues with VSS writers.

What causes the 0x800423f4 VSS error?

Let’s take a closer look at some of the common causes of 0x800423f4 error:

  • Insufficient disk space: If there is not enough free space on the drive where the VSS snapshot is being created, the snapshot may fail and result in the error code.
  • VSS writer or provider failure: The VSS writer or provider may fail due to various reasons, such as incorrect configuration, permissions, or compatibility issues with other software on the system.
  • Third-party backup or antivirus software interference: Antivirus software that uses VSS can sometimes interfere with VSS operations and cause errors.
  • System file corruption: Corrupt or damaged system files can also cause VSS errors.
  • Improperly configured VSS settings: Incorrect configuration of VSS settings can also cause the error code 0x800423f4. For example, if the VSS storage area is not configured properly, the VSS snapshot creation process may fail.

How can I fix the VSS error 0x800423f4?

1. Check and enable the Volume Shadow Copy service

  1. Press the Windows + R on your keyboard to open the Run dialog box and type services.msc into the box and press Enter.services.msc
  2. In the Services window, locate the Volume Shadow Copy service and double-click on it to open its Properties window.Volume Shadow copy
  3. Set the Startup type to Automatic or Manual.Manual
  4. If the service is stopped or paused, click the Start button to restart the service. Then, click Apply and then OK to save the changes.Start

After that, close the Service window and re-attempt the backup process. If the 0x800423f4 error persists, try the next method.

2. Disable Windows Defender Firewall and the antivirus program

2.1 Disable Windows Defender Firewall

  1. Press Windows + R to open the Run dialog, type firewall.cpl, and click OK or press Enter.firewall.cpl
  1. From the left sidebar of the Windows Defender Firewall window, click on Turn Windows Defender Firewall on or off.Turn on and Off firewall
  1. Select Turn off Windows Defender Firewall (not recommended) under both Private and Public network settings and then click OK to save the changes.Turn off Windows firewall

2.2 Disable the antivirus program

  1. Click the Show Hidden Icons button on the taskbar to view hidden icons and click on the Windows Security icon.open from taskbar
  2. Navigate to Virus & threat protection on the left-side pane and click Manage settings underneath Virus & threat protection settings on the right pane.Virus & threat protection
  3. Then, turn off the toggle under Real-time protection.Real time protection Off

Expert tip:

SPONSORED

Some PC issues are hard to tackle, especially when it comes to missing or corrupted system files and repositories of your Windows.
Be sure to use a dedicated tool, such as Fortect, which will scan and replace your broken files with their fresh versions from its repository.

It’s not recommended to disable your antivirus for virus protection and security reasons. However, if you need to troubleshoot a Volume Shadow Copy Service error, you can temporarily disable the antivirus and check if the issue persists.

After turning off the antivirus program, check if the same problem happens again. Then, quickly turn the antivirus program back on to keep your computer protected.

3. Check the hard drive for errors

  1. Open Windows Explorer by pressing Windows + E on your keyboard.
  2. Right-click on the C drive and select Properties.Properties
  3. In the Properties window, click on the Tools tab.
  4. Under the Error Checking section, click on the Check button or Check Now button. Check
  5. In the Error checking dialog window, click the Scan drive option. Scan drive

4. Run the SFC and DISM tools

  1. Press Windows + R to open the Run command box, type cmd, hold the Ctrl + Shift key, and click OK to run Command Prompt as Administrator.
  2. Click Yes on the User Account Control (UAC) prompt window.
  3. In the Command Prompt window, type the following command and press Enter: sfc /scannow
  4. Wait for the SFC tool to complete the scan, then run the Deployment Image Servicing and Management (DISM) tool. To do that, type the following commands and press Enter after each: DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth DISM scan
  5. After running both the SFC and DISM tools, restart your computer to ensure that any changes made by the tools take effect.

Running the SFC and DISM tools can help fix issues with system files and Windows images, respectively.

5. Re-register the VSS configuration

  1. Press Windows + R to open the Run command box, type cmd, hold the Ctrl + Shift key, and click OK to run Command Prompt as Administrator.
  2. Click Yes on the User Account Control (UAC) prompt window.
  3. Type the following command one after the other and press Enter after each one: net stop vss net stop swprv regsvr32 /s ole32.dll regsvr32 /s oleaut32.dll regsvr32 /s vss_ps.dll vssvc /register regsvr32 /s /i swprv.dll regsvr32 /s /i eventcls.dll regsvr32 /s es.dll regsvr32 /s stdprov.dll regsvr32 /s vssui.dll regsvr32 /s msxml.dll regsvr32 /s msxml3.dll regsvr32 /s msxml4.dll Cd /d %systemroot%\syswow64 regsvr32 /s ole32.dll regsvr32 /s vss_ps.dll regsvr32 /s es.dll regsvr32 /s stdprov.dll regsvr32 /s msxml3.dll regsvr32 /s msxml.dll regsvr32 /s msxml4.dll Re-register VSS
  4. Restart your computer, re-attempt the backup, and see if the 0x800423f4 reappears.

6. Repair VSS Writers

  1. Open Command Prompt with Administrative privileges.
  2. Type the following command and press Enter to list all the Volume Shadow Copy Service (VSS) writers that are currently installed on the system: vssadmin list writers
  3. Then, confirm all the VSS writer’s States are showing Stable. Take note of any writers that are currently in a state of Failure. list VSS writer
  4. After that, press Windows + R, type services.msc, and hit Enter to open the Services app.services.msc
  5. Locate the service for the VSS writers that have failed and double-click on it.open failed service
  6. Then, click the Stop button to stop the services.Stop
  7. Next, open Task Manager with Ctrl + Shift + Esc shortcut keys and kill the processes associated with the VSS writers that have failed.
  8. Go back to the Services console and restart the services that you stopped earlier by clicking Start.Start
  9. Return to the elevated Command Prompt and run the below command again to verify that the VSS writers are now listed as stable: vssadmin list writers

It’s important to keep your data safe by backing it up regularly. Hence, it’s essential to address the 0x800423f4 error code as soon as possible. By following these steps, you can resolve the error and continue backing up your data without any issues.

Still experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

This article covers:Topics: