Where does windows stores the dump file if my application crashes?

Does windows creates a dump file (by default) if my application crashes?

If yes what is the path where it gets created?


Solution 1:

Crash Dumps are for hardware errors.

If dumps have been enabled and one occurs, it will usually be in: C:\Windows\Minidump

Otherwise, application errors may occur:

(a) in the application's dump file location (xPlorer2 does this. OR

(b) in Reliability History. This is the Windows 10 location for creating and reporting WER reports. These are error reports that Windows uses to correct issues.

enter image description here