Solved Windows 23H2 not upgrading to newer version


Yahoovideos

New member
Local time
5:36 AM
Posts
2
OS
Windows 11
Hello,

I've tried multiple times to upgrade my current Windows 23H2 build to the newer version 24H2/25H2. I’ve attempted using the Windows Installation Tool directly on the machine, creating a bootable USB stick, and also installing from an ISO file.

The installation always completes to 100% and processes the update, but after the “final reboot,” it starts undoing the changes. This leaves me with an error message, and the update never finishes successfully.

0x8007001F – 0x4000D
The installation failed in the SECOND_BOOT phase with an error during the MIGRATE_DATA operation.

I was wondering if any of you have any tricks I could try? :)

This laptop is an Asus TUF GAMING A15 (Ryzen 5 7535HS / RTX 3050)
 
Windows Build/Version
23H2 22631.5909

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming A15
you could try the update using a USB stick in safe mode
but i had that happen several times updating from 23H2 to 24H2
in the end i backed up all my data and did a clean install.

not much help
best of luck Steve ..
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Screen Resolution
    1920 x 1080 @60 Hz
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    PSU
    90W external power brick
    Case
    24" All in One
    Cooling
    Default Air Cooling
    Keyboard
    HP WiFi UK extended
    Mouse
    HP WiFi 3 Button
    Internet Speed
    1GB full fibre
    Browser
    Edge & Firefox
    Antivirus
    AVG Internet Security/Windows Defender
    Other Info
    Mainly Open Source Software
  • Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Generic WiFi 3 button
    Internet Speed
    WiFi only
    Browser
    Firefox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
That 0x8007001F–0x4000D error usually means something went wrong while moving user data during the upgrade. Try doing a clean boot and disconnect all non-essential USB devices before running the update again — that fixes it for a lot of people.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    DIY
    CPU
    Intel i5 7500
    Motherboard
    ASRock B250M
    Memory
    Kingston 8 GB DDR4
    Graphics Card(s)
    Intel Graphics HD 630
    Monitor(s) Displays
    HKC M242
    Hard Drives
    SanDisk SSD PLus 240
    Browser
    Chrome
Please run > post share links



a) upgrade_failure_info






b) Add WMIC:

DISM /Online /Add-Capability /CapabilityName:WMIC~~~~




c) tuneup_plus






d) V2 log collector

 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation

My Computer

System One

  • OS
    WinDOS 25H2
    Computer type
    Laptop
    CPU
    Intel & AMD
    Memory
    SO-DIMM SK Hynix 15.8 GB Dual-Channel DDR4-2666 (2 x 8 GB) 1329MHz (19-19-19-43)
    Graphics Card(s)
    nVidia RTX 2060 6GB Mobile GPU (TU106M)
    Sound Card
    Onbord Realtek ALC1220
    Screen Resolution
    1920 x 1080
    Hard Drives
    1x Samsung PM981 NVMe PCIe M.2 512GB / 1x Seagate Expansion ST1000LM035 1TB
Update. I got it upgraded to 25H2.

The upgrade was failing because of a stale Entra ID (AAD) user profile that the setup couldn’t migrate properly.

What I did was, create a new local admin.

net user UpgradeAdmin P@ssw0rd /add
net localgroup Administrators UpgradeAdmin /add


Then temporarily renamed the user profile folder for the AAD user profile.

C:\Users\user.profile → C:\Users\user.profile.off


Ran these commands:

DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow


+

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

ren C:\Windows\SoftwareDistribution
SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

net start msiserver
net start cryptsvc
net start bits
net start wuauserv

Put the system in Clean Boot:

Run msconfig

General: Selective startup → uncheck Load startup items
Services: check Hide all Microsoft services → Disable all

Rebooted and ran the ISO.

After upgrading renamed user.profile.off back to user.profile and signed in.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming A15
Update. I got it upgraded to 25H2.

The upgrade was failing because of a stale Entra ID (AAD) user profile that the setup couldn’t migrate properly.

What I did was, create a new local admin.

net user UpgradeAdmin P@ssw0rd /add
net localgroup Administrators UpgradeAdmin /add


Then temporarily renamed the user profile folder for the AAD user profile.

C:\Users\user.profile → C:\Users\user.profile.off


Ran these commands:

DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow


After upgrading renamed user.profile.off back to user.profile and signed in.

Was the 0x8007001F–0x4000D upgrade error troubleshooted in another forum?

Please post a link.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation

Latest Support Threads

Back
Top Bottom