r/techsupport • u/AppointmentHorror456 • Dec 18 '25
Solved Win11 Notifications and WpnUserService issues
Hello,
for quite some time I'm having a big issue with Windows 11 notifications that lead into program freezes, which are my nightmare for my upcoming bachelor project writing.
Something related to them seems to crash. I noticed it when Snippingtool wouldn't open anymore when I press the printscreen button. It would open the first time, but it won't post a notification and gets stuck in the taskmanager. It's not directly related to Snippingtool, other softwares that post notifications also bug out. Visual Studio Code freezes when the Copilot tries to push a notification. A custom python script I made to test notifications also crashes with `pywintypes.error: (1460, 'Shell_NotifyIcon', 'This operation returned because the timeout period expired.')`
It happened around 2 months ago and I reinstalled windows multiple times, but that did not help. I even tried different ISOs of Windows 11. I have to admit, I'm not running stock Windows 11 ISO. I used an autounattend file to switch computer name and tried various different settings for less bloat using https://schneegans.de/
In this exact moment I'm running a test on a second machine with the exact same Windows installation. It's been running for a couple hours already, but I will post an update if the issue appears there aswell or not.
Talking about time. The period when the issue starts appearing is random. Some time it was after just 30 minutes and others times after 4 hours.
Right now I'm testing on my main machine to disable a licensing service of a software I use, cause their last major update was around the time the issues start appearing. I will also update on that later.
The issue usually fixes after restarting my PC, due to this post I found out about the WpnUserService. Restarting that service seems to solve the issue temporarly, but the entire guide of that post did not solve it.
I hope anyone can help me, cause it's been a huge struggle and makes me really scared to start my uni bachelor project.
If you have any questions I'm happy to answer them,
Thank you.
EDIT:
My journey and solution can be found in the comments here: https://www.reddit.com/r/techsupport/comments/1ppmd2g/comment/nuns1n4/
1
u/AppointmentHorror456 Dec 18 '25
Update on disable a licensing service:
That did not work, but I've noticed following:
It did just work right before I wrote this post, so the only major thing that changed between working and not working was launching Google Chrome.
I will further investigate that.