Windows Update Assistant 유틸리티 를 사용하여 컴퓨터 에서 Windows 7/8/8.1 에서 Windows 10 으로 또는 Windows 10 에서 Windows 11 로 업그레이드하려고 할 때 Windows 업그레이드 오류 0xc1900200 또는 0xC1900202(Windows Upgrade error 0xc1900200 or 0xC1900202) 가 발생 하는 경우 이 게시물은 도움을 주기 위한 것입니다. 너. 이 게시물에서는 가능한 원인을 식별하고 이 문제를 해결하는 데 도움이 될 수 있는 가장 적절한 솔루션을 제공합니다.
확장 코드 및 수반되는 오류 메시지가 있는 오류 0xc1900200은 다음과 같습니다.
0xC1900200–0×20008, 0xC1900202–0×20008: This may signify that your PC doesn’t meet the minimum requirements to download or install the upgrade to Windows 10.
다음 알려진 원인 중 하나 이상(그러나 이에 국한되지 않음)으로 인해 이 업그레이드 오류가 발생할 수 있습니다.
- 시스템 파일 손상.
- 최소 사양이 충족되지 않습니다.
- 결함이 있는 Windows 업데이트 구성 요소.
- 예약된 파티션(Insufficient Reserved Partition) 공간이 부족합니다.
Windows 업그레이드(Upgrade) 오류 0xc1900200 또는 0xC1900202
이 문제에 직면한 경우 아래에서 권장하는 해결 방법을 특별한 순서 없이 시도해 보고 문제를 해결하는 데 도움이 되는지 확인할 수 있습니다.
- 최소 요구 사항 확인
- Windows 업데이트 캐시 재설정
- 예약된 파티션 확장
- SFC 및 DISM 스캔 실행
- Windows 10 ISO 를 직접 다운로드
나열된 각 솔루션과 관련된 프로세스에 대한 설명을 살펴보겠습니다.
1] 최소 요구 사항 확인
앞에서 설명한 것처럼 이 문제는 Windows 10 이 시스템 사양과 호환되지 않는 경우에 자주 나타납니다.
PC에 Windows 10 을 설치하기 위한 기본 요구 사항입니다 . 장치가 이러한 요구 사항을 충족하지 않으면 Windows 10 에서 의도한 뛰어난 경험이 없을 수 있으며 새 PC 구입을 고려할 수 있습니다.
Processor:
1 gigahertz (GHz)
(SoC)
RAM:
Hard drive size:
Graphics card:
DirectX
Display:
Internet Connection:
Out of Box Experience or OOBE
Microsoft account (MSA)
Switching a device out of Windows in S mode
시스템이 최소 요구 사항을 충족하지만 여전히 오류가 발생하면 다음 해결 방법을 시도할 수 있습니다.
2] Windows 업데이트 캐시 재설정
Windows 운영 체제 의 소프트웨어 배포 폴더(Software Distribution folder) 는 Windows 디렉터리(Windows directory) 에 있는 폴더로 컴퓨터에 Windows Update 를 설치하는 데 필요할 수 있는 파일을 임시로 저장하는 데 사용됩니다 .
Software Distribution 폴더의 내용을 지운(Clear the contents of the Software Distribution folder) 다음 업그레이드를 다시 시도하고 성공적으로 완료되는지 확인하십시오.
3] 예약된 파티션 확장
이 Windows 업그레이드 오류 0xc1900200 문제는 (Windows Upgrade error 0xc1900200)시스템 예약 파티션 에 작업을 완료 할 공간이 충분하지 않기 때문에 발생할 수도 있습니다 . 이 시나리오가 적용 가능한 경우 공간 관련 문제로 인해 오류와 함께 작업이 실패합니다. 이 경우 시스템 예약 파티션을 확장해야 합니다.
방법은 다음과 같습니다.
- Windows key + R 을 눌러 실행 대화 상자를 불러옵니다.
- 실행 대화 상자에서 diskmgmt.msc 를 입력하고 Enter 키를 눌러 디스크 관리(open Disk Management) 를 엽니다 .
- 열리는 창에서 C:\ 드라이브를 클릭하고 아래에서 파티션 맵(Partition Map) 을 찾습니다 . 첫 번째 파티션은 100MB 파티션(Partition) ( 시스템(System) , 활성(Active) , 기본 파티션(Primary Partition) )입니다. 마우스 오른쪽 버튼으로 클릭 하고 드라이브 문자 및 경로 (Drive Letters and Paths)변경 을 선택합니다( (Change the) 추가(Add) 를 클릭 하고 Y: 선택 ) .
- 완료되면 시작 을 클릭하고 (Start)cmd 를 입력 한 다음 cmd 를 마우스 오른쪽 버튼으로 클릭 하고 관리자 권한으로 실행을(Run as Administrator) 선택합니다 . 명령 프롬프트에서 다음 명령을 입력합니다. icacls 명령 의 경우 명령 프롬프트 창에 whoami 를 입력하여 찾을 수 있는 사용자 이름을 사용합니다 .
takeown /f . /r /d y
icacls . /grant administrators:F /t <see note below>
attrib -h -s -r bootmgr
이 작업이 완료되면 Windows 키를 누른 상태에서 Y: Drive 를 누르고 엽니다 . 숨김 파일 및 폴더가 표시로 설정되어 있는지 확인하십시오 . (Show.)Boot 폴더 로 이동 하여 SHIFT + DELETE 를 사용하여 en-US 이외의 모든 언어를 삭제 한 다음 휴지통을 비웁니다.
- 이제 동일한 명령 프롬프트(Command Prompt) 창에서 다음을 입력합니다.
Windows 8 이상(On Windows 8 and above) :
chkdsk Y: /F /X /sdcleanup /L:5000
Windows 7(On Windows 7) :
chkdsk Y: /F /X /L:5000
이렇게 하면 NTFS 로그가 5MB로 잘리고 설치를 처리할 수 있는 충분한 공간이 남습니다. 그런 다음 설치가 완료된 후 설치를 계속할 수 있습니다. diskmgmt.msc로 돌아가서 부팅 파티션의 드라이브 문자를 제거할 수 있습니다.
이제 업그레이드를 다시 시도하고 문제가 지속되는지 확인하십시오. 그렇다면 다음 해결 방법을 계속하십시오.
4] SFC 및 DISM 스캔 실행
시스템 파일 오류가 있는 경우 이 문제가 발생할 수 있습니다.
SFC 및 DISM 은 사용자가 Windows 시스템 파일 의 손상을 검사 하고 손상된 파일을 복원 할 수 있는 Windows 의 도구입니다 .
쉽고 편리한 작업을 위해 아래 절차에 따라 스캔을 실행할 수 있습니다.
- Windows key + R 을 눌러 실행 대화 상자를 불러옵니다.
- 실행 대화 상자에서 메모장(notepad) 을 입력하고 Enter 키를 눌러 메모장을 엽니다.
- 아래 구문을 복사하여 텍스트 편집기에 붙여넣습니다.
@echo off
date /t & time /t
echo Dism /Online /Cleanup-Image /StartComponentCleanup
Dism /Online /Cleanup-Image /StartComponentCleanup
echo ...
date /t & time /t
echo Dism /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth
echo ...
date /t & time /t
echo SFC /scannow
SFC /scannow
date /t & time /t
pause
- 파일을 이름으로 저장하고 .bat 파일 확장자를 추가합니다. SFC_DISM_scan.bat 를 클릭하고 파일 형식(Save as type) 상자에서 모든 파일 을 선택 (All Files)합니다.(.)
- 오류가 보고되지 않을 때까지 관리자 권한으로 배치 파일을(run the batch file with admin privilege) 반복적으로 실행합니다 (저장된 파일을 마우스 오른쪽 버튼으로 클릭하고 컨텍스트 메뉴에서 관리자 권한 으로 실행 선택).(Run as Administrator)
- PC를 다시 시작합니다.
다시 업그레이드를 시도하고 문제가 해결되었는지 확인하십시오. 그렇지 않은 경우 다음 솔루션을 진행합니다.
Windows 11/10 ISO 를 직접 다운로드
업데이트 도우미(Update Assistant) 를 사용하여 이 문제가 발생하므로 이 솔루션 을 사용하려면 Microsoft 웹 사이트 에서 Windows ISO 이미지 파일 을 직접 다운로드해야 합니다 . 장치의 위치(데스크톱 선호)에 ISO 를 다운로드한 후 ISO 이미지를 두 번 클릭하여 가상 드라이브로 탑재한 다음 setup.exe 파일을 두 번 클릭하여 전체 업그레이드 프로세스를 시작합니다.
참고(Note) : Windows 7 에서 업그레이드하는 경우 (Windows 7)ISO 를 탑재하려면 타사 가상 드라이브 소프트웨어가 필요합니다 .
Fix Windows Upgrade error 0xc1900200 or 0xC1900202
If you’re encountering Windows Upgrade error 0xc1900200 or 0xC1900202 when you try to upgrade from Windows 7/8/8.1 to Windows 10 or from Windows 10 to Windows 11 on your computer using the Windows Update Assistant utility, then this post is intended to help you. In this post, we will identify the possible causes, as well as provide the most appropriate solutions you can try to help you remediate this issue.
The error 0xc1900200 with its extend code and accompanying error message is as follows-
0xC1900200–0×20008, 0xC1900202–0×20008: This may signify that your PC doesn’t meet the minimum requirements to download or install the upgrade to Windows 10.
You might encounter this upgrade error due to one or more (but not limited to) of the following known causes-
- System File corruption.
- Minimum specifications are not met.
- Glitched Windows Update component.
- Insufficient Reserved Partition space.
Windows Upgrade error 0xc1900200 or 0xC1900202
If you’re faced with this issue, you can try our recommended solutions below in no particular order and see if that helps to resolve the issue.
- Verify the minimum requirement
- Reset Windows Update cache
- Expand the reserved partition
- Run SFC and DISM scan
- Directly download the Windows 10 ISO
Let’s take a look at the description of the process involved concerning each of the listed solutions.
1] Verify the minimum requirement
As earlier indicated, this issue often appears if Windows 10 is incompatible with the specifications of your system.
These are the basic requirements for installing Windows 10 on a PC. If your device does not meet these requirements, you may not have the great experience intended with Windows 10 and might want to consider purchasing a new PC.
Processor:
1 gigahertz (GHz)
(SoC)
RAM:
1 gigabyte (GB) for 32-bit or 2 GB for 64-bit
Hard drive size:
32GB or larger hard disk
Graphics card:
Compatible with
DirectX
9 or later with WDDM 1.0 driver
Display:
800×600
Internet Connection:
Internet connectivity is necessary to perform updates and to download and take advantage of some features. Windows 11/10 Pro in S mode, Windows 11/10 Pro Education in S mode, Windows 11/10 Education in S mode, and Windows 11/10 Enterprise in S mode require an internet connection during the initial device setup (
Out of Box Experience or OOBE
), as well as either a
Microsoft account (MSA)
or Azure Activity Directory (AAD) account.
Switching a device out of Windows in S mode
also requires internet connectivity.
If your system meets the minimum requirement but you’re still encountering the error, then you can try the next solution.
2] Reset Windows Update cache
The Software Distribution folder in Windows operating system is a folder located in the Windows directory and used to temporarily store files that may be required to install Windows Update on your computer.
Clear the contents of the Software Distribution folder and then try the upgrade again and see if it completes successfully.
3] Expand the reserved partition
As it turns out, this Windows Upgrade error 0xc1900200 issue can also occur due to the fact that there isn’t enough space on the system reserved partition to complete the operation. If this scenario is applicable, the operation will fail with the error due to space-related issues. In which case, you’ll need to expand the system reserved partition.
Here’s how:
- Press Windows key + R to invoke the Run dialog.
- In the Run dialog box, type diskmgmt.msc and hit Enter to open Disk Management.
- In the window that opens, click on the C:\ Drive and look under for the Partition Map. The first partition will be a 100MB Partition (System, Active, Primary Partition). Right-click on it and choose to Change the Drive Letters and Paths (Click Add and choose Y:)
- Once done, Click Start and type cmd, then right-click cmd and choose Run as Administrator. Once in the command prompt, type the following commands. For the icacls command, use your username which you can find out by typing whoami in the command prompt window.
takeown /f . /r /d y
icacls . /grant administrators:F /t <see note below>
attrib -h -s -r bootmgr
Once this is done, hold the Windows key and press and open the Y: Drive. Make sure hidden files and folders are set to Show. Go to the Boot folder, and delete all languages other than en-US by using SHIFT + DELETE and then emptying the recycle bin.
- Now in the same Command Prompt window, type the following:
On Windows 8 and above:
chkdsk Y: /F /X /sdcleanup /L:5000
On Windows 7:
chkdsk Y: /F /X /L:5000
This will truncate the NTFS log to 5MB and will leave plenty of space for the install to process. You can then proceed with the installation after the installation has finished, you can go back to diskmgmt.msc and remove the drive letter for the boot partition.
Now, try the upgrade again and see if the issue persists. If so, continue with the next solution.
4] Run SFC and DISM scan
If you have system file errors, you may encounter this problem.
The SFC and DISM are tools in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.
For the purposes of ease and convenience, you can run the scan using the procedure below.
- Press Windows key + R to invoke the Run dialog.
- In the Run dialog box, type notepad and hit Enter to open Notepad.
- Copy and paste the syntax below into the text editor.
@echo off
date /t & time /t
echo Dism /Online /Cleanup-Image /StartComponentCleanup
Dism /Online /Cleanup-Image /StartComponentCleanup
echo ...
date /t & time /t
echo Dism /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth
echo ...
date /t & time /t
echo SFC /scannow
SFC /scannow
date /t & time /t
pause
- Save the file with a name and append the .bat file extension – eg; SFC_DISM_scan.bat and on the Save as type box select All Files.
- Repeatedly run the batch file with admin privilege (right-click the saved file and select Run as Administrator from the context menu) until it reports no errors.
- Restart your PC.
Try to upgrade again and see if the issue is resolved. If not proceed with the next solution.
5] Directly download the Windows 11/10 ISO
Since you’re encountering this issue using the Update Assistant, this solution entails you directly download the Windows ISO image file from the Microsoft website. Once you have downloaded the ISO to a location (preferably the desktop) on your device, double-click the ISO image to mount it as a virtual drive then double-click the setup.exe file to start the in-place upgrade process.
Note: If you’re upgrading from Windows 7, you’ll need a third-party virtual drive software to be able to mount the ISO.