Hello,
You could try the steps below to check the issue:
While in Safe Mode, try to remove printer drivers using the Print Management console (printmanagement.msc). Sometimes, corrupted drivers can cause the spooler to crash. You might also want to remove any unused or old printer drivers.
Check if the print spooler service has any dependent services that are not running. You can check dependencies in the service properties dialog.
Check the Event Viewer for any error messages related to the print spooler. This can provide clues about what’s causing the crash.
Use the Deployment Image Servicing and Management (DISM) tool to repair Windows’ system image. Run DISM /Online /Cleanup-Image /RestoreHealth from an elevated command prompt.
Sometimes, user profile corruption can cause strange issues. Try creating a new user profile with administrative rights and see if the problem persists when logged in as the new user.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.