Hello there,
Have you tried the given troubleshooting steps in the following link https://learn.microsoft.com/en-us/fslogix/troubleshooting-old-temp-local-profiles
An NTFS file system blue screen error may also occur if the system disk has errors or bad sectors.
I would recommend that you run a full-fledged chkdsk /r on the disk in case corruption is found.
We can find corruption by running chkdsk <drive_letter> or check id the dirty bit is set using the command fsutil dirty query <drive_letter>.
If corruption is detected, I recommend running a chkdsk /r. Why i would recommend this is simple, if chkdsk finds some files in lost clusters, it would attempt to recover them and would put them in a folder titled found.xxx where xxx=001,002 etc.
The below thread discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–