Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Windows command reference

Task Manager — Create memory dump file

Capture a memory dump of one user-mode process so its state can be analyzed or provided to a support vendor without deliberately crashing Windows.

Risk: LowReviewed: 2026-09-17
Task Manager > Processes/Details > right-click process > Create memory dump file

When to use it

Use for a reproducible application crash or hang when normal Event Viewer/WER evidence is not enough and a vendor, developer or debugger requests process state.

When not to use it

Process dumps can contain sensitive in-memory data. Do not publish them openly, and do not confuse a user-mode process dump with a Windows kernel crash dump.

Primary reference

Reviewed source