OneDrive does not start after clean Windows 11 25H2 installation – Exit Code -2147023636

Serdar Calik 0 Reputation points
2026-05-24T19:32:29.3066667+00:00

Hello,

After a clean installation of Windows 11 25H2 using the official Microsoft ISO, OneDrive does not start and no sign-in window appears. The issue occurs even though OneDrive is successfully installed.

OS: Windows 11 Version 25H2 (Build 26200.8457)

OneDrive Version: 26.063.0405.0002

Microsoft 365 Family subscription: Active


After a clean installation of Windows 11 25H2 using the official Microsoft ISO, OneDrive does not start and no sign-in window appears. The issue occurs even though OneDrive is successfully installed.


STEPS ALREADY TAKEN:

  1. Uninstalled and reinstalled OneDrive multiple times (via installer and winget)
  2. Ran SFC /scannow – found and repaired corrupted files
  3. Ran DISM /Online /Cleanup-Image /RestoreHealth – completed successfully
  4. Repaired OneDrive via C:\Windows\System32\OneDriveSetup.exe
  5. Reset registry key UserInitiatedUninstall from 1 to 0 in HKLM\Software\Microsoft\OneDrive
  6. Manually added OneDrive to autostart via registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Run)
  7. Tried launching OneDrive with multiple parameters: /background, /setautostart, /signin, /client=Personal
  8. Tried launching OneDriveLauncher.exe – no result
  9. Installed all available Windows Updates including KB5089549 (May 2026)

CURRENT BEHAVIOR:

  • OneDrive.exe is located at: C:\Users\Serdar\AppData\Local\Microsoft\OneDrive\OneDrive.exe
  • When launched, the process exits immediately with Exit Code: -2147023636 (0x8007056C)
  • Error 0x8007056C indicates: "The user profile is in an incorrect state"
  • OneDrive does NOT appear in the system tray
  • No sign-in window appears
  • Microsoft Store does not show OneDrive as available for installation
  • Event Viewer shows: OneDriveSync package machine folder could not be found (MSIX deployment error, Event ID 2562)

EXPECTED BEHAVIOR:

OneDrive should start normally and display a sign-in window after a clean Windows installation.


ADDITIONAL INFORMATION:

  • Microsoft 365 Family account is active and confirmed in Windows Settings > Accounts
  • The issue appears to be related to a corrupted or misconfigured user profile
  • Windows Defender is the only antivirus installed
  • No Group Policy restrictions found related to OneDrive

Please advise on how to resolve the corrupted user profile state (Exit Code 0x8007056C) or provide an alternative solution to get OneDrive working.

Microsoft 365 and Office | OneDrive | For home | Windows
0 comments No comments

1 answer

Sort by: Oldest
  1. AI answer

    2026-05-24T19:32:45.48+00:00

    The described behavior matches a OneDrive client that is installed but prevented from starting or completing setup by Windows configuration or policy. From the available information, the only directly supported and related guidance in context is:

    1. Verify that OneDrive is not blocked by Group Policy

    A Group Policy setting can prevent onedrive.exe from starting at all. This is the documented cause when OneDrive won’t start and no sign‑in prompt appears.

    On the affected machine:

    1. Open Registry Editor.
    2. Navigate to: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\OneDrive
    3. Check for the value: DisableFileSyncNGSC = DWORD:1
    4. If DisableFileSyncNGSC exists and is set to 1, OneDrive for work or school is disabled. To allow OneDrive to start, this value must be removed or set to 0.
      • If this value is managed by a Group Policy Object (GPO), the GPO must be changed or removed; otherwise the setting will be reapplied at next policy refresh (restart, sign‑in, or periodic update).

    After confirming the policy is not blocking OneDrive, restart Windows and try launching OneDrive again from Start → type OneDrive → press Enter.

    1. Reinstall the OneDrive sync client cleanly

    If OneDrive is still not starting correctly, perform a full reinstall of the sync client:

    1. Open SettingsAppsInstalled apps (or Add or remove programs).
    2. Locate Microsoft OneDrive and select Uninstall.
    3. After uninstall completes, download the current OneDrive sync client from the OneDrive website (the backup and sync app, not the Microsoft Store viewer app) and install it again.
    4. Run the installer, then start OneDrive from the Start menu and complete sign‑in.

    If only viewing files is required (not sync), the OneDrive by Microsoft Corporation Store app can be installed separately, but it does not provide sync.

    1. Ensure the profile supports OneDrive sync

    The OneDrive sync app requires a local profile that can write to its application directories and profile folders. It is not supported on:

    • Roaming, mandatory, or temporary profiles that do not allow writing to the user profile.
    • Certain remote/terminal services scenarios.

    Ensure the Windows account is using a normal local profile that can write to %localappdata% and that data written there is stored locally and available offline.

    If the current profile is non‑standard or restricted in this way, create a new local user profile that meets these requirements and test OneDrive there.

    1. If OneDrive still does not start

    If OneDrive continues to exit immediately after confirming no blocking GPO and using a supported local profile, the next step is to:

    • Confirm that OneDrive is installed under %localappdata%\Microsoft\OneDrive as expected.
    • Re‑run the installer as described above to repair any damaged installation.

    If the issue persists after these steps, further investigation beyond the provided documentation would be required.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.