Skip to content
Follow
Windows 🟡 Intermediate

What To Do When The Windows 11 Print Queue Gets Stuck On Deleting

Richard
Written by
Richard
Sep 21, 2026 7 min read
What to do when the Windows 11 print queue gets stuck on deleting
What to do when the Windows 11 print queue gets stuck on deleting

A print queue stuck on deleting in Windows 11 blocks new print jobs because the Print Spooler (a software service that manages print jobs sent to the printer) cannot clear a damaged file from your system folder. Windows loads this same stuck file automatically when your PC boots up, which is why restarting your computer usually fails to fix the problem.

Advertisement

You can clear the stuck queue and get your printer working again by stopping the print service, deleting the temporary print files manually, and restarting the service. This process forces Windows to drop the hung job so you can print normally.

⚡ Quick Answer

To fix a Windows 11 print queue stuck on deleting, stop the Print Spooler (a software service that manages print jobs) by opening the Services app, right-clicking Print Spooler, and selecting Stop. Next, go to 📁C:\Windows\System32\spool\PRINTERS in File Explorer , delete all files inside, and restart the service.

Advertisement

Stop the Print Spooler Service

You can stop the Print Spooler service in Windows 11 by opening the Services app from the Run dialog box, locating the Print Spooler service in the list, right-clicking it, and selecting Stop. Stopping this service releases the lock that Windows places on stuck print jobs so you can finally clear your print queue.

  1. Press the Win+R to open the Run dialog box.
  2. Type services.msc and press Enter to open the Services app.
  3. Scroll down the list and locate the service named Print Spooler.
  4. Right-click Print Spooler and select Stop. (This step requires administrator privileges.)
  5. Leave the Services window open while you clear the stuck files.

Delete Stuck Print Files Manually

You can delete stuck print files manually by opening File Explorer and navigating to the 📁C:\Windows\System32\spool\PRINTERS folder, where Windows stores temporary print jobs. Deleting all files inside this directory clears out the corrupted data that causes the print queue to hang permanently.

  1. Press the Win+E to open File Explorer .
  2. Paste the following path into the address bar at the top and press Enter: C:\Windows\System32\spool\PRINTERS
  3. Grant administrator permission if Windows asks for access to the folder.
  4. Press Ctrl+A to select all files inside the PRINTERS folder.
  5. Press the Delete key on your keyboard to remove every file inside this folder.
  6. Close File Explorer .

Restart the Print Spooler Service

You can restart the Print Spooler service by returning to the Windows Services app, right-clicking the Print Spooler service, and selecting Start. Restarting this service brings the printing subsystem back online so your computer can communicate with your printer again.

Note: This step requires administrator privileges.
  1. Return to the Services window you left open.
  2. Right-click the Print Spooler service and select Start. (This step requires administrator privileges.)
  3. Close the Services app.
  4. Open your printer queue to confirm the list is now completely empty.

Clear the Print Queue Using Command Prompt

You can clear the print queue using Command Prompt by opening the command line tool as an administrator and executing commands to stop the spooler, delete temporary print files, and restart the service. This method automates the entire cleanup process in a single sequence.

Advertisement
  1. Click the Start button, type cmd, right-click Command Prompt, and select Run as administrator. (This step requires administrator privileges.)
  2. Type the following command and press Enter to stop the print service: net stop spooler
  3. Type the following command and press Enter to delete the stuck print files: del /Q /F /S "%systemroot%\System32\Spool\Printers\*.*"
  4. Type the following command and press Enter to restart the print service: net start spooler
  5. Close the Command Prompt window.

Remove Stuck Print Jobs via Registry Editor

You can remove stubborn print jobs via Registry Editor by opening the regedit tool and deleting lingering print job references stored in the Windows system registry. This forces Windows to drop tracking data for documents that refuse to clear through standard methods.

  1. Press the Windows Key + R, type regedit, and press Enter to open the Registry Editor. (This step requires administrator privileges.)
  2. Navigate to the following location in the left sidebar: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers
  3. Expand the Printers key and look for subkeys representing your installed printers.
  4. Check the subkeys for lingering print job values if you know the specific job ID, or simply verify the printer path is correct.
  5. Close the Registry Editor.

Run the Printer Troubleshooter

You can run the printer troubleshooter by opening Windows Settings, navigating to System and Troubleshoot, clicking Other troubleshooters, and launching the Printer tool. This built-in diagnostic tool detects and repairs underlying communication errors or corrupted print queues automatically.

  1. Open the Start menu and click Settings.
  2. Click System on the left menu, then select Troubleshoot on the right.
  3. Click Other troubleshooters.
  4. Locate the Printer option and click the Run button next to it. (This step requires administrator privileges.)
  5. Follow the on-screen prompts and apply any fixes the diagnostic tool suggests.

Stop Print Spooler via PowerShell

You can stop the Print Spooler via PowerShell by opening the terminal with administrator privileges and running the Stop-Service command. This provides a fast alternative method to halt the printing service when the graphical interface stops responding.

  1. Right-click the Start button and select Terminal or PowerShell (Admin). (This step requires administrator privileges.)
  2. Type the following command and press Enter: Stop-Service -Name Spooler -Force
  3. Confirm the service stops successfully without throwing an error message.
  4. Keep the PowerShell window open if you plan to clear the directory via command line.

Delete PRINTERS Folder Contents via PowerShell

You can delete the PRINTERS folder contents via PowerShell by running a forceful removal command targeting the system spool directory. This forces the removal of locked files that resist normal deletion commands in File Explorer.

Advertisement
  1. Ensure the Print Spooler service is stopped using the previous PowerShell method.
  2. Type the following command and press Enter to clear the folder: Remove-Item -Path "C:\Windows\System32\spool\PRINTERS\*" -Recurse -Force
  3. Type the following command and press Enter to restart the service: Start-Service -Name Spooler
  4. Close the PowerShell window.

Reset Printer Hardware and Connection

You can reset your printer hardware and connection by unplugging the power cable, disconnecting the USB or Ethernet cables, and waiting sixty seconds before plugging everything back in. Power cycling the printer clears the temporary memory cache on the physical device that sends conflicting status signals to Windows 11.

  1. Unplug the power cable from the back of your printer while the device is turned on.
  2. Disconnect the USB cable or Ethernet cable connecting the printer to your computer or network router.
  3. Wait at least 60 seconds to let all internal power drain completely.
  4. Reconnect the power cable and turn the printer back on.
  5. Reconnect the USB or network cable once the printer reaches its ready state.

Reinstall Printer Drivers

You can reinstall printer drivers in Windows 11 by opening Settings, going to Bluetooth & devices, selecting Printers & scanners, removing your printer, and adding it back. Reinstalling the drivers replaces corrupted system communication files that cause print jobs to freeze during processing.

  1. Open the Start menu and click Settings.
  2. Click Bluetooth & devices on the left, then click Printers & scanners on the right.
  3. Click the name of your stuck printer.
  4. Click the Remove button to uninstall the device from Windows 11. (This step requires administrator privileges.)
  5. Click Add device near the top of the screen to reinstall the printer and fetch fresh drivers from Windows Update or your manufacturer.

Advanced Print Server Properties Cleanup

You can perform an advanced print server properties cleanup by opening the printmanagement.msc tool, navigating to your local computer drivers, and removing unused software. This removes orphaned software hooks that interfere with printer queue management in Windows 11.

  1. Open the Start menu, type printmanagement.msc, and press Enter. (This step requires administrator privileges.)
  2. Click Print Servers in the left pane, then click your local computer name.
  3. Click Drivers in the center pane to view all installed printer software packages.
  4. Right-click any old or unused printer driver packages and select Remove Driver Package.
  5. Close the Print Management window.

What to do next

You should now see an empty print queue and be able to send new documents to your printer without any errors. If print jobs begin hanging again in the future, check for pending Windows updates or reinstall the official manufacturer driver package for your specific printer model.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How To Check Active Print Jobs In The Windows 11 Print Queue
Windows How To Check Active Print Jobs In The Windows 11 Print Queue
How To Check Current Print Jobs In The Windows 11 Queue
Windows How To Check Current Print Jobs In The Windows 11 Queue
How To Update Printer Drivers Automatically Using Windows Update
Windows How To Update Printer Drivers Automatically Using Windows Update

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *