Critical
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code 0x0000003f — Windows 11
Bug Check 0x0000003F: NO_MORE_SYSTEM_PTES — No more system page table entries available.
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12
· Jak ověřujeme opravy
| Error Code | 0x0000003f |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Critical |
| Estimated Time | 30 min |
| Requires Admin Rights | ⚠️ Yes |
| Requires Reboot | 🔄 Yes |
Postup řešení
- 1 Press Windows key + R, type 'regedit' and press Enter. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management. Look for a DWORD value named 'PoolUsageMaximum'. If it doesn't exist, create it (right-click → New → DWORD (32-bit) Value). Set its value to 64 (decimal). This increases the maximum pool usage, giving the system more PTEs.
- 2 In the same registry key, look for 'PagedPoolSize' and 'NonPagedPoolSize'. If they exist, set them to 0 (decimal) to let Windows manage them automatically. This can help prevent PTE exhaustion.
- 3 Close unnecessary programs and background processes. Press Ctrl+Shift+Esc to open Task Manager. Go to the 'Processes' tab and end any high-memory processes you don't need. This frees up system resources.
- 4 Check for driver memory leaks. Use Windows Reliability Monitor (Win+R, type 'perfmon /rel') to see if a specific driver is causing issues. Look for critical events around the time of the crash.
- 5 Update your drivers, especially network and graphics drivers, as they are common sources of memory leaks. Visit the manufacturer's website for the latest versions.
- 6 If the error persists, increase the system's virtual memory: Press Win+R, type 'sysdm.cpl', go to Advanced → Performance → Settings → Advanced → Virtual memory → Change. Uncheck 'Automatically manage paging file size', select your system drive, choose 'Custom size', and set Initial and Maximum size to 1.5 times your RAM. Click Set and OK.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Stále máte problémy?
Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.
🛠️ Vyzkoušet Error Buddy — Zdarma