STOP 0x00000035
NO_MORE_IRP_STACK_LOCATIONS
Too many drivers stacked on top of each other for one device request — a classic symptom of layered filter drivers (multiple antivirus products, backup tools, VPNs) fighting over the same device.
Likely causes, most common first
- Multiple security/backup/VPN products layering filter drivers
- A buggy filter driver
How to fix it
1. Thin out filter drivers easy
- Uninstall all but one security product.
- Remove old backup agents and VPN clients you no longer use.
- Reboot after each removal and watch for the crash.
The four parameters on the blue screen
Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.
| Parameter 1 | Address of the request packet (IRP) |
| Parameter 2 | Reserved |
| Parameter 3 | Reserved |
| Parameter 4 | Reserved |
Got a crash dump? Get your verdict in seconds
Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.
Analyze my dump file →