Windows 가 충돌 할 때마다 모든 로그 데이터를 적절한 이름의 덤프 파일(dump file) 로 "덤프"합니다 . 하지만 덤프 파일 생성조차 실패하면 어떻게 해야 할까요? 알아 보자.
Windows 문제 를 진단하기 위해 항상 덤프 파일 데이터가 필요한 것은 아닙니다 . 이벤트 뷰어의 항목은 일반적으로 문제가 있는 프로세스를 정확히 찾아내기에 충분합니다. 덤프 파일은 프로세스가 수행한 작업에 대한 자세한 보고서를 가져오기 위한 것입니다.

Windows 덤프 파일 의 (Windows Dump File)목적(Purpose) 은 무엇입니까 ?
BSOD(Blue Screen of Death)(blue screen of death (BSOD)) 진단의 문제는 상황이 갑자기 잘못되는 방식입니다. 충돌이 발생한 순간 운영 체제의 정확한 상태에 대한 정확한 스냅샷을 찍을 수 없다면 어둠 속에서 총을 쏘게 될 것입니다.
이것이 바로 덤프 파일이 하는 일입니다. 이는 OS 충돌 시 메모리(또는 메모리 덤프)의 스냅샷으로, 실행 중인 모든 프로세스의 전체 또는 부분 로그를 포함합니다.
모든 유틸리티에 대해 덤프 파일은 사용자에게 친숙한 정보 소스가 아닙니다. 따라서 숙련된 시스템 관리자나 Windows(Windows) 기술자
가 아니면 유용하지 않습니다 .
Windows 에서 " 덤프 파일 생성(Dump File Creation) 실패" 오류(Error) 의 원인은 무엇입니까 ?
덤프 파일은 치명적인 시스템 충돌이 발생한 경우에도 생성되도록 설계되었습니다. 결과적으로 그 과정을 방해할 수 있는 것들이 많지 않습니다.
- 손상된 시스템 파일(Corrupted System Files) : "덤프 파일 생성 실패" 오류의 가장 가능한 원인은 시스템 파일 손상입니다. 그리고 우리는 귀하의 시스템을 감염시키는 바이러스 한두 가지가 아니라 귀하 컴퓨터의 필수 시스템 파일에 도달한 광범위한 데이터 손상에 대해 이야기하고 있습니다.
- BIOS 오작동 : 드물지만 불안정하거나 오래된 BIOS 버전도 덤프 파일 생성을 방해할 수 있습니다. BIOS 가 원인 인지 확인하기 어려울 수 있으므로 컴퓨터의 펌웨어를 최신 상태로 유지하여 이 잠재적 요인을 고려하지 않는 것이 좋습니다.
- 정리 앱 : (Cleanup Apps)Windows 성능 향상을 자랑하는 타사 정리 앱 은 많은 사용자에게 인기가 있습니다. 불행히도 이러한 앱 중 일부는 정리에 지나치게 열중하고 로그 파일과 덤프 데이터를 지울 수도 있습니다. 더 이상 손실된 덤프 파일을 복구할 수 없지만 이러한 앱을 제거(removing such apps) 하면 향후 문제를 방지할 수 있습니다.
- 하드웨어(Hardware) 오류: 기본 하드웨어 문제로 인해 문제가 발생할 가능성이 항상 있습니다. RAM 문제, 하드 드라이브 고장 – 많은 구성 요소가 고장나면 덤프 파일이 디스크에 기록되지 않을 수 있습니다.
수정 1: 정리 응용 프로그램 제거(Cleanup Applications)
"덤프 파일 생성 실패" 오류에 대한 가장 쉬운 해결 방법은 PC의 로그 파일을 삭제할 수 있는 타사 청소 앱을 제거하는 것입니다.
Windows에서 앱을 제거(Removing any app on Windows) 하는 것은 제거 프로그램을 실행하는 간단한 경우입니다. 앱을 찾을 수 없거나 이름이 기억나지 않으면 언제든지 설정 에서 설치된 (Settings)앱(Apps) 을 확인할 수 있습니다 .
- Windows 11 또는 Windows 10 에서 애플리케이션을 보고 제거하려면 설정을 엽니 다. 시작(Start) 메뉴 에서 톱니바퀴 아이콘을 찾을 수 있습니다 .

- 왼쪽 의 앱(Apps) 탭으로 전환하고 설치된(Installed) 앱을 선택합니다.

- 예상할 수 있듯이 여기에는 컴퓨터에 설치된 모든 응용 프로그램이 나열됩니다. 기본적으로 알파벳순으로 정렬되어 있으므로 C로 시작하는 항목까지 아래로 스크롤하여 청소 앱이 있는지 확인할 수 있습니다. 이름의 일부를 기억하는 경우 특정 앱을 검색할 수도 있습니다.

- 범인일 가능성이 있는 앱을 찾으면 옆에 있는 세 개의 점을 클릭하고 드롭다운 메뉴에서 제거를 선택하여 제거합니다. 컴퓨터에서 이와 같은 것을 찾지 못했으므로 필요하지 않은 임의의 앱을 제거하여 시연할 것입니다.

- 앱 전용 제거 프로그램이 애플리케이션을 제거합니다. 지침(Follow) 을 따르면 앱이 PC에서 제거되어 문제가 해결되기를 바랍니다.
수정 2: DISM 및 SFC 로 시스템 파일 복구(System Files)
청소 앱이 문제의 원인이 아닌 경우 손상된 시스템 파일을 의심해야 합니다. 좋은 소식은 두 가지 명령 프롬프트 유틸리티로 이 문제를 해결할 수 있다는 것입니다.
시스템 파일 검사기(System File Checker) ( SFC ) 는 Windows 파일을 시스템 이미지와 비교하여 손상된 데이터를 새 복사본으로 교체하여 Windows 파일 의 무결성을 확인하는 편리한 명령입니다 . 즉, Windows(Windows) 를 다시 설치하지 않고도 손상된 OS를 복구할 수 있습니다 .
때때로 DISM(DISM) 이 들어오는 백업 시스템 이미지가 손상 됩니다. DISM( 배포(DISM) 이미지 서비스(Deployment Image Servicing) 및 관리(Management) ) 유틸리티는 Microsoft 서버에서 손상되지 않은 시스템 이미지 사본을 다운로드하여 로컬 백업을 복원하는 데 사용합니다.
SFC와 DISM(SFC and DISM) 을 함께 사용 하면 수정할 수 없는 Windows 오류가 거의 없습니다. "덤프 파일 생성 실패" 오류를 포함합니다.
- CMD 유틸리티 를 사용하여 PC의 시스템 파일을 복구하려면 명령 프롬프트(Command Prompt) 를 열고 관리자(Administrator) 로 실행하십시오(Run) . Windows 11 의 (Windows 11)시작 메뉴(Start Menu) 에서 "cmd"로 검색하여 앱을 찾을 수 있습니다 .

- 시스템 이미지가 손상되지 않았는지 확인하기 위해 DISM(DISM) 스캔부터 시작합니다 . 다음 명령을 입력합니다.
Dism /Online /Cleanup-Image /RestoreHealth

- 이렇게 하면 Microsoft(Microsoft) 에서 다운로드한 이미지를 기본으로 사용하여 로컬 이미지의 전체 스캔이 트리거됩니다 . DISM 은 이 스캔 중에 발견된 모든 편차를 자동으로 수정하여 시스템 이미지를 원래 상태로 복원합니다.

- 이제 시스템 이미지 자체의 문제에 대해 걱정하지 않고 SFC 스캔을 실행할 수 있습니다. 데이터 손상이 있는 OS를 복구하려면 sfc /scannow를 입력하십시오.

- SFC 는 모든 시스템 파일을 확인하여 누락된 항목이나 손상된 데이터를 교체합니다. 스캔이 완료되면 Windows 설치가 완전히 작동하는 상태로 복구됩니다.

수정 3: BIOS 업데이트
OS를 복구하고 모든 정리 앱을 제거해도 문제가 해결되지 않으면 BIOS 가 다음 단계입니다. 칩을 자동으로 플래싱하는 마더보드 제조업체에서 컴파일한 설치 패키지 덕분에 요즘
에는 BIOS 업데이트 가 그리 어렵지 않습니다.
BIOS를 업데이트 하는 동안 전원이 꺼지면 컴퓨터가 완전히 망가질 수 있으므로 BIOS 를 업데이트하는 것은 항상 위험합니다. (BIOS)따라서 보장된 전원 백업과 관련된 위험에 대한 이해가 있는 경우에만 이것을 시도하십시오.

BIOS 플래싱 프로세스는 마더보드마다 다를 수 있으므로 이 섹션에 대한 정확한 단계는 없습니다 . 일부 시스템에는 Windows(Windows) 내에서 BIOS 를 업데이트하는 방법이 있는 반면 다른 시스템에는 필요한 파일이 있는 USB 스틱을 준비해야 합니다. 전용 문서 에서 (our dedicated article)BIOS 업데이트에 대한 자세한 정보를 찾을 수 있습니다 .
수정 4: RAM 오류 확인
가능한 모든 소프트웨어 문제를 배제한 후 남은 유일한 것은 하드웨어를 확인하는 것입니다. 이것은 RAM 또는 HDD 를 의미할 수 있습니다 .
RAM 에 오류가 있는지 확인하는 것은 쉽습니다. 내장 메모리 진단 도구에서 MemTest86(MemTest86) 과 같은 타사 유틸리티에 이르기까지 Windows에서 메모리를 테스트하는 방법(multiple methods for testing the memory in Windows) 에는 여러 가지가 있습니다 .
이러한 테스터 중 일부는 OS가 Windows 로 완전히 부팅되지 않은 상태에서 메모리를 확인하는 방식으로 작동하는 반면 다른 일부는 (Windows)Windows 가 계속 실행 중인 상태 에서 RAM 을 테스트합니다 . 두 가지 방법 모두 메모리 상태를 종합적으로 확인하는 데 사용해야 합니다.
- 이 가이드에서는 널리 사용되는 메모리 검사 도구인 PassMark의 MemTest86 을 사용하여 (MemTest86)RAM 테스트를 시연합니다. (RAM)공식 웹 사이트(the official website) 에서 소프트웨어의 무료 버전을 다운로드할 수 있습니다 .

- MemTest86 은 부팅 전 메모리 테스터이므로 USB 드라이브에서 실행해야 합니다. 애플리케이션 설정은 이 테스트를 위해 부팅 가능한 플래시 드라이브를 포맷하고 준비하는 데 도움이 됩니다.

- 준비된 USB 를 컴퓨터에 연결하고 재부팅하십시오. 부팅 옵션이 올바르게 설정되어 있으면 플래시 드라이브에서 부팅하여 메모리 테스트 도구를 엽니다. 원하는 대로 옵션을 구성하고(필요하지는 않음) RAM 테스트를 시작하십시오.

- UI는 매우 간단하지만 MemTest86 이 메모리 스틱을 스캔하여 문제가 있는지 진행 상황을 명확하게 전달합니다. 여러 테스트를 실행하므로 완료하는 데 시간이 걸릴 수 있습니다.

- 모든 테스트가 완료되면 결과 요약이 표시됩니다. 모두 기록하는 것에 대해 걱정하지 마십시오. 다음 단계에서 자세한 보고서를 저장할 수 있습니다.

- MemTest86 은 보다 사용자 친화적인 형식으로 결과를 포함 하는 HTML 보고서를 생성할 수 있습니다 . y(Hit) 를 눌러 확인합니다.

- 그런 다음 PC가 정상적으로 부팅됩니다. 준비한 USB(USB) 드라이브에서 일반적인 통과/실패 판단 및 RAM 성능에 대한 자세한 분석과 함께 컴파일된 HTML 보고서를 찾을 수 있습니다.

수정 5: 문제(Issues) 에 대해 하드 디스크(Hard Disk) 스캔
하드 디스크는 특히 회전 플래터와 자기 코팅 이 있는 구식 하드 디스크 드라이브(Hard Disk Drives) ( HDD )를 여전히 사용하는 경우 (HDD)RAM 보다 더 일반적인 실패 지점입니다 . 그리고 오작동하는 스토리지는 종종 덤프 파일 기록에 실패할 수 있습니다.
비교적 현대적인 하드 디스크에서는 SMART(S.M.A.R.T) 를 보기만 해도 상태를 정확하게 파악할 수 있습니다. 상태. 오래된 디스크의 경우 다른 방법(other methods) 을 사용해야 합니다 .
- SMART 의 기본 정보를 얻을 수 있습니다 . 명령 프롬프트를 사용하여 상태. HDD 가 기술을 지원하는 경우에만 작동합니다 . 그래도 명령 프롬프트(Command Prompt) 를 열어 사용해 보십시오.

- 다음 명령을 입력하고 Enter 키를 누릅니다. wmic diskdrive get model,status

- 결과는… 당신이 얻을 수있는 것은 OK 또는 드라이브가 죽기 직전인 경우 Pred Fail 입니다. (Pred Fail)보다 자세한 상태 보고서를 얻으려면 타사 도구를 사용해야 합니다.
- CrystalDisk Info 는 좋은 무료 옵션입니다. 앱을 다운로드하고 실행하기만 하면 하드 드라이브 상태를 완벽하게 분석할 수 있습니다
.(Just)

Windows 에서 " 덤프 파일 생성(Dump File Creation) 실패" 오류(Error) 를 수정하는 가장 좋은 방법은 무엇입니까 ?
"덤프 파일 생성 실패" 메시지가 표시되는 가장 일반적인 이유는 손상된 시스템 파일이므로 DISM 및 SFC 로 OS를 복구하는 것이 가장 먼저 시도해야 합니다. 이러한 명령은 데이터 손실 없이
Windows 설치를 복원할 수 있습니다 .
과도한 디스크 청소 프로그램은 또 다른 잠재적인 요인이므로 설치된 앱을 샅샅이 뒤지고 그러한 소프트웨어를 제거하는 것이 좋습니다.
BIOS를(BIOS) 쉽게 업데이트할 수 있지만 소프트웨어만으로는 하드 드라이브나 RAM 문제를 해결할 수 없습니다. (RAM)당신이 할 수 있는 일은 그들의 건강을 확인하고 모든 것이 올바르게 작동하는지 확인하는 것뿐입니다.
How to Fix “Dump File Creation Failed” Error in Windows
Wheneνer Windows crashes, it “dυmps” all log data into an approрriately nаmed dump file. But what are you supposed to do when even the dump file creation fails? Let’s find out.
You don’t always need the dump file data to diagnose your Windows issues. The Event Viewer’s entry is usually enough to pinpoint the problematic process – the dump file is just to get a detailed report of what the process was doing.

What Is the Purpose of the Windows Dump File?
The problem with diagnosing a blue screen of death (BSOD) is how suddenly things go wrong. Unless you can take an accurate snapshot of the exact state of the operating system at the moment of the crash, you’ll be left shooting in the dark.
And that’s exactly what the dump file does. It is a snapshot of the memory (or a memory dump) at the time of the OS crash, containing a complete or partial log of every process running on it.
For all of its utility, the dump file isn’t a user-friendly source of information. Therefore, it will not be useful unless you are an experienced system administrator or Windows technician.
What Can Cause the “Dump File Creation Failed” Error in Windows?
The dump file is designed to be created even in the case of a catastrophic system crash. As a result, there aren’t many things that can interfere with that process.
- Corrupted System Files: The most probable cause of the “dump file creation failed” error is system file corruption. And we are not talking about a virus or two infecting your system, but rather a widespread data corruption that has reached the essential system files of your computer.
- Malfunctioning BIOS: While rare, an unstable or outdated BIOS version can also interfere with dump file creation. It can be hard to determine when the BIOS is the culprit, so keeping your computer’s firmware updated is recommended to remove this potential factor from consideration.
- Cleanup Apps: Third-party cleanup apps boasting of improving Windows performance are popular with many users. Unfortunately, some of these apps get a bit overzealous with their cleanup and can also wipe out log files and dump data. While you can no longer regain the lost dump files, removing such apps can prevent the issue in the future.
- Hardware Faults: There is always the possibility that an underlying hardware issue is causing issues. RAM problems, a failing hard drive – many malfunctioning components can prevent a dump file from being written to the disk.
Fix 1: Uninstall Cleanup Applications
The easiest fix to the “dump file creation failed” error is to uninstall any third-party cleaning apps that might be deleting your PC’s log files.
Removing any app on Windows is a simple case of running its uninstaller. If you cannot locate it (or don’t remember its name), you can always check the installed Apps from Settings.
- Open Settings to view and uninstall applications on Windows 11 or Windows 10. You can find its gear icon in the Start menu.

- Switch to the Apps tab on the left and select Installed apps.

- As you might expect, this lists all installed applications on your computer. They are arranged alphabetically by default, so you can scroll down to the entries starting with C and check if any cleaning app exists. You can also search for a specific app if you remember a part of its name.

- Once you find an app you think is the likely culprit, uninstall it by clicking on the three dots next to it and selecting Uninstall from the drop-down menu. We found nothing like that on our computer, so we are going to demonstrate by uninstalling a random app we don’t need.

- The dedicated uninstaller for the app will remove the application. Follow along with the instructions, and the app will be uninstalled from your PC, hopefully solving your issue as well.
Fix 2: Repair System Files With DISM and SFC
If a cleaning app wasn’t the root of your problem, you should start suspecting corrupted system files. And the good news is that you can fix this issue with two command prompt utilities.
The System File Checker (SFC) is a handy command that verifies the integrity of Windows files by comparing them against a system image, replacing any corrupted data with fresh copies. This means you can rescue a corrupted OS without having to reinstall Windows.
Sometimes, the backup system image gets corrupted, which is where DISM comes in. The Deployment Image Servicing and Management (DISM) utility downloads an uncorrupted copy of the system image from Microsoft’s servers, using it to restore your local backup.
When SFC and DISM are used in tandem, there are very few Windows errors that you cannot fix. Including the “dump file creation failed” error.
- To repair your PC’s system files using CMD utilities, open the Command Prompt and Run as Administrator. You can find the app by searching with “cmd” in the Start Menu in Windows 11.

- We will begin with a DISM scan to ensure that the system image is not compromised. Enter the following command:
Dism /Online /Cleanup-Image /RestoreHealth

- This triggers a full scan of the local image, using a downloaded image from Microsoft as a base. DISM will automatically fix any deviations found during this scan, restoring the system image to a pristine condition.

- Now we can run an SFC scan without worrying about issues with the system image itself. Just enter sfc /scannow to repair your OS of any data corruption.

- SFC will verify every system file, replacing any missing entries or corrupted data. By the time the scan has finished, your Windows installation will be repaired to a fully functional state.

Fix 3: Update BIOS
If repairing your OS and removing all cleanup apps didn’t fix your issue, the BIOS is the next stop. Updating the BIOS isn’t too difficult these days, thanks to installation packages compiled by motherboard manufacturers that flash the chip automatically.
Updating your BIOS is always risky, as losing power during the process can brick your computer completely. So only try this out with a guaranteed power backup and an understanding of the risks involved.

There will be no exact steps for this section, as the process of flashing the BIOS can vary from motherboard to motherboard. Some systems will have a method of updating the BIOS from within Windows, while others require preparing a USB stick with the necessary files. You can find more information about BIOS updates in our dedicated article.
Fix 4: Check the RAM for Errors
After ruling out all possible software issues, the only thing left is to check the hardware. This can mean the RAM or the HDD.
Checking the RAM for errors is easy. There are multiple methods for testing the memory in Windows, from the built-in memory diagnostic tool to third-party utilities like MemTest86.
Some of these testers work by checking the memory without the OS entirely booting into Windows, while others test the RAM with Windows still running. Both methods should be used to comprehensively verify memory health.
- For this guide, we will demonstrate RAM testing using PassMark’s MemTest86, the popular memory-checking tool. You can download the free version of the software from the official website.

- MemTest86 is a preboot memory tester, so it needs to be run from a USB drive. The application setup will help you format and prepare a bootable flash drive for this test.

- Plug the prepared USB into your computer and reboot it. If your boot options are set correctly, you will boot from the flash drive, opening the memory testing tool. Configure the options to your liking (not that it is needed) and start testing your RAM.

- The UI is pretty barebones, but clearly communicates the progress as MemTest86 scans your memory sticks for issues. As it runs multiple tests, it can take a while to complete.

- When all the tests are complete, you will be presented with a summary of the results. Don’t worry about writing it all down – you can save a detailed report in the next step.

- MemTest86 can generate an HTML report containing its findings in a more user-friendly format. Hit y to confirm.

- After this, your PC will boot up normally. You will find the compiled HTML report on the USB drive you prepared, with a general pass/fail verdict and a detailed breakdown of the RAM’s performance.

Fix 5: Scan the Hard Disk for Issues
The hard disk is a more common point of failure than the RAM, especially if you are still using old-school Hard Disk Drives (HDD) with spinning platters and magnetic coatings. And a malfunctioning storage can often fail at recording the dump file.
In a relatively modern hard disk, it is possible to get an accurate look at its health simply by looking at its S.M.A.R.T. status. For older disks, we have to use other methods.
- You can get a basic read of the S.M.A.R.T. status by just using the command prompt. This will only work if your HDD supports the technology. Still, open the Command Prompt to try it out.

- Type the following command and press Enter: wmic diskdrive get model,status

- The results are…underwhelming. All you will get is an OK, or a Pred Fail if the drive is about to die. You will need to use a third-party tool to get a more detailed report of its health.
- CrystalDisk Info is a good free option. Just download and run the app to get a complete analysis of your hard drive’s condition.

What Is the Best Way to Fix the “Dump File Creation Failed” Error in Windows?
As the most common reason for seeing a “dump file creation failed” message is corrupted system files, repairing your OS with DISM and SFC should be the first thing you try. These commands can restore your Windows installation without losing any data.
Overactive disk cleaning programs are another potential factor, so it is a good idea to comb through your installed apps and remove any such software.
And while you can update your BIOS easily, there is no troubleshooting your hard drive or RAM through software alone. All you can do is check their health and ensure everything is working correctly.