I've tried to create a system restore point on windows 10 using windows own System protection option.
For about 45 minutes I've just had the green bar moving left to right under the words "creating a restore point" so it seems to be making no progress. There's no percentage to tell me if it's making any progress.
How do I stop this? There's no option to stop it.
Please note I'm a novice to PC so any responses or instructions PLEASE BE AS DETAILED AS POSSIBLE.
I also have no Internet on my pc currently so I'm typing this using my phone so please forgive any spelling errors
Thanks for the detailed description โ you did everything right by noting the timing and that thereโs no cancel button.
When creating a restore point sits there for ~45 minutes with no % progress, itโs usually stuck on the Volume Shadow Copy (VSS) step. Hereโs how to safely stop it and get System Restore working again.
1) Safely stop the stuck โCreating a restore pointโ
Wait 5 more minutes in case it completes on its own.
Press Ctrl + Alt + Delete โ click Power (bottom-right) โ Restart.
If Restart isnโt available, choose Sign out, then at the sign-in screen use Power โ Restart.
Avoid holding the power button unless the system is completely unresponsive.
After the restart, the partial attempt will be discarded โ thatโs normal.
2) Basic checks before trying again
Do these with no internet required:
Free space: Open File Explorer โ This PC โ make sure your Windows drive (usually C:) has at least 10โ15 GB free.
Turn System Protection off/on (resets the cache):
Press Win + R, type
Code:
SystemPropertiesProtection.exe
press Enter.
Select your C: drive โ click Configure.
Click Disable system protection โ Apply โ Yes to confirm.
Then select Turn on system protection and set Max Usage to about 5โ10% โ Apply โ OK.
Find Microsoft Software Shadow Copy Provider โ right-click โ Restart (or Start if stopped).
Run quick health checks (no internet needed):
Press Start, type Command Prompt, right-click it โ Run as administrator.
In the black window, run these one at a time (each can take several minutes):
Code:
sfc /scannow
Code:
DISM /Online /Cleanup-Image /CheckHealth
If DISM later fails with an error like 0x800f081f, thatโs okay for now โ it often needs the internet; just move on.
3) Try creating a restore point again (two safer ways)
Method A โ Clean boot (avoids interference from other programs)
Press Win + R, type
Code:
msconfig
press Enter.
Services tab โ check Hide all Microsoft services โ click Disable all.
Startup tab โ click Open Task Manager โ Disable every startup item.
OK โ Restart.
After restart, press Win + R, run
Code:
SystemPropertiesProtection.exe
click Createโฆ and name it Test.
If it works, re-enable your normal startup items later by reversing the steps.
Method B โ Safe Mode (very minimal drivers)
Press Win + R, type
Code:
msconfig
, press Enter โ Boot tab โ check Safe boot (Minimal) โ OK โ Restart.
In Safe Mode, press Win + R, run
Code:
SystemPropertiesProtection.exe
, try Createโฆ again.
When done, undo Safe Mode: open
Code:
msconfig
again, uncheckSafe boot, OK, Restart.
4) If itโs still hanging
Check VSS writers:
[CODE]vssadmin list writers[/CODE>
Look for any writers with State: [x] Failed and note the names.
Event Viewer errors:
Press Win + R, type
Code:
eventvwr.msc
, press Enter.
Go to Windows Logs โ Application and System.
Look for errors/warnings around the time you tried the restore point โ especially ones mentioning VSS, VolSnap, sr, or Shadow Copy. Note the exact error codes/messages.
5) Things that often cause restore-point hangs
Very low free disk space on C:.
Third-party antivirus or backup tools that hook into VSS (use Clean Boot / Safe Mode while testing).
Corrupted restore store (fixed by toggling System Protection off/on as above).
Disk errors (optional check): open Command Prompt (Admin) and run:
[CODE]chkdsk C: /scan[/CODE>
If it reports problems, schedule a full repair on next reboot.
6) What to tell us so we can help faster
How much free space is on C:
Whether creating a restore point worked in Safe Mode or Clean Boot.
The results of
Code:
sfc /scannow
Any failed VSS writer names from
Code:
vssadmin list writers
Any Event Viewer errors (exact error codes/messages).
Weโll translate those findings into the next exact steps. Youโve got this โ weโll get System Restore behaving again! ๐ช
Thanks. I'll try shut it down in the next half hour.
The only reason I was making a restore point is because I've bought a new WiFi dongle off ebay and it requires installation of a driver. Im weary of drivers being installed as I've had it in the past where it creates issues. So I just wanted to protect myself and have a restore point before installing the driver.
Assuming I'm able to shut down and restart the pc with no damage caused, what's the best way to create a quick restore/backup point? I've seen a few websites advising windows restore points aren't the best thing to do but all the other options seem too technical for me
Thanks. I'll try shut it down in the next half hour.
The only reason I was making a restore point is because I've bought a new WiFi dongle off ebay and it requires installation of a driver. Im weary of drivers being installed as I've had it in the past where it creates issues. So I just wanted to protect myself and have a restore point before installing the driver.
Assuming I'm able to shut down and restart the pc with no damage caused, what's the best way to create a quick restore/backup point? I've seen a few websites advising windows restore points aren't the best thing to do but all the other options seem too technical for me
Good thinking โ and youโre absolutely right to be cautious before installing any new drivers, especially from eBay hardware. ๐
Itโs perfectly safe to restart your PC after the restore point stalls โ Windows wonโt be damaged. Once youโve restarted, here are the best and easiest ways to protect yourself before installing that new Wi-Fi dongle driver.
1) Create a fresh restore point (simplest method)
Press Win + R and type
Code:
SystemPropertiesProtection.exe
, then press Enter.
Select your C: drive and click Create.
Give it a name such as Before WiFi Driver and click Create.
This process usually takes less than a minute. When it says โThe restore point was created successfully,โ youโre good to go.
2) Alternative (safer & faster) method โ full system image backup
If youโd like a more reliable backup than System Restore but without anything too technical, Windows includes a simple tool:
Press Start and type Control Panel โ open it.
Click Backup and Restore (Windows 7) (yes, thatโs still the right option).
On the left, click Create a system image.
Select your backup location โ an external USB drive works best.
Follow the prompts to back up your system image.
That backup lets you fully restore your PC if anything goes wrong, even if it wonโt boot.
3) Easier daily protection (optional)
File History: backs up your personal files automatically.
Open Settings โ Update & Security โ Backup โ turn on File History if available.
Manual restore points: you can create one anytime before software or driver changes.
4) Quick safety reminder about eBay drivers
If possible, use the manufacturerโs official website for drivers instead of the included CD or link.
If Windows 10 recognizes the Wi-Fi dongle automatically when you plug it in, let Windows install its own driver first โ itโs usually safer.
Only install the eBay driver if the device doesnโt work after a reboot or if Windows canโt find one automatically.
Once your new restore point or backup is done, go ahead with the Wi-Fi driver install โ youโll have a safety net ready. If it causes any issues, we can guide you through restoring your system in just a few clicks.
I left the initial restore process running and I've noticed that the process is no longer stuck on the green bar. I got an error
"the shadow copy provider had an error. Check the system and application event logs for more information"
Some other info before I get into what's currently happening
Earlier today, before I wanted to make a restore point, my usb ports at the front of the pc stopped working. I was using a usb dongle for Internet access and that suddenly stopped working. Note that this isn't the new WiFi dongle I bought from ebay. It's my old one that I've always had issues with as it disconnects frequently and just an unreliable cheap bit of mass produced garbage (hence why I've bought a new one)
At the time I didn't know it was the usb port that wasn't working I just assumed the dongle was up to its old tricks.
When the dongle stops working my usual method is to connect my mobile phone to my pc via usb and tether my 5g Internet to the pc which always works without any issues. Today however it wouldn't tether, my pc simply wasn't detecting an Internet connection was being tethered into it. The phone did however start charging when connected to pc, so the usb ports are working in some capacity.
I noticed windows needed an update so I selected the uodate and restart option.
Restarted the pc and usb ports still not recognising the dongle, my phone for Internet tethering and I also tested a working usb stick 2gb and it doesn't detect that either.
I then tried the system restore and as we know, that failed too.
I logged out and then selected shut down. Usually my pc shuts down within about 20 seconds. This time however I just got the windows is shutting down message until a blue screen
"your device ran into a problem and needs to restart
100 perct complete"
Nothing happened so I've powered it down manually
Restarted the computer and it starts up as quickly as usual (about 30 seconds) but usb ports still aren't working
Could this be anything to do with Microsoft putting windows 10 into obsolesence?
Sorry I'm sure there is a ton of spelling mistakes but it's borderline impossible to write in long form using swifkkey keyboard on a phone, it's torture
No worries at all โ youโve done an excellent job explaining everything in detail, and youโve actually uncovered a few key clues that help narrow this down. ๐
Based on your description, the USB failure, the shadow copy provider error, and the blue screen are all symptoms that point to a Windows system-level issue โ most likely involving the USB controller driver or chipset drivers, rather than Windows 10 obsolescence (Microsoft is still providing security and driver updates until October 2026).
1) Whatโs happening
โShadow copy provider had an errorโ โ this means the Volume Shadow Copy Service (VSS) couldnโt communicate with part of Windows responsible for managing snapshots. It can happen if system files or drivers are corrupted.
USB ports not detecting devices โ this often ties to corrupted chipset or USB controller drivers. If Windows Update or the shutdown crash interrupted something, that could explain the sudden failure.
Blue screen on shutdown โ confirms Windows hit a low-level error when trying to stop hardware or a driver (which again points to USB/chipset instability).
2) What to do next
Step 1 โ Boot into Safe Mode
Restart your PC.
As soon as it starts booting, repeatedly press F8 (or hold Shift and click Restart โ Troubleshoot โ Advanced Options โ Startup Settings โ Restart).
Choose Safe Mode with Networking.
In Safe Mode, Windows loads only the essential drivers โ weโll see if USB starts working here.
Step 2 โ Check Device Manager
Press Win + X โ choose Device Manager.
Expand these sections:
Universal Serial Bus controllers
Network adapters
Other devices
Look for any items with a yellow triangle โ ๏ธ or unknown device entries.
If you find any, right-click โ Uninstall device โ confirm โ then from the top menu click Action โ Scan for hardware changes.
If your USB ports suddenly start working after doing this, Windows successfully reloaded the driver stack.
Step 3 โ Run a system file check
Still in Safe Mode (or normal mode if you can boot fine):
Code:
sfc /scannow
Let it complete 100%. If it finds and repairs files, restart and test USB again.
Step 4 โ Reinstall chipset & USB controller drivers
If USB is still dead, this is the most likely fix.
Find out your PCโs make and model (for example: Dell OptiPlex 3080, HP Pavilion 590, ASUS Prime B450, etc.).
On your phone, go to the manufacturerโs support page and search your model.
Download the latest Chipset and USB 3.0/3.1 Controller drivers onto a USB stick.
Plug that USB stick into the rear USB ports (those are wired directly to the motherboard, and often work when front ports fail).
If itโs still not detected, temporarily enable Legacy USB Support in your BIOS and try again.
Once you can access the files, install the chipset driver first, then the USB driver.
Step 5 โ Check Event Viewer for the exact VSS error
Press Win + R โ type
Code:
eventvwr.msc
โ press Enter.
Go to Windows Logs โ Application.
Look for errors with Source: VSS or VolSnap around the time the restore failed.
Copy the exact Event ID and message โ that helps pinpoint the cause.
3) Why this isnโt about Windows 10 obsolescence
Even though Microsoft is winding down feature development, security and driver support continue through October 2026.
So this isnโt caused by Microsoft remotely disabling anything โ itโs a local driver or corruption issue. The symptoms line up perfectly with a chipset/USB controller crash rather than system-wide end-of-life behavior.
4) Once USB is fixed
Then you can safely create a new restore point again using
Code:
SystemPropertiesProtection.exe
.
After confirming that works, youโll be in a great position to install the new Wi-Fi dongle driver.
Youโve done everything right so far โ youโve documented the issue clearly, avoided forcing anything, and stayed cautious about drivers. Once we get the USB controller stable again, the rest will fall into place. ๐ช
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment