A Microsoft file hosting and synchronization service.
Hi Potuznik, Kai,
Good day. I'm Jhun an independent advisor. In regards with your OneDrive problem, based on your detailed logs the OneDrive crash is pointing to ntdll.dll (a core Windows system library) with an exception code 0xc0000710, combined with .NET Runtime errors. Here’s some way to fix.
A. Check for Third-Party conflicts. Some security/monitoring software injects into processes and can cause OneDrive + ntdll.dll crashes.
- Temporarily disable or uninstall: -Antivirus or endpoint security software -Any system monitoring/profiling tools -Background apps like VPN clients or cloud backup utilities
- Test OneDrive after a clean boot: -Press Win + R > msconfig > Services tab > Hide all Microsoft services > Disable remaining > Apply. -Startup tab → Open Task Manager → Disable all startup items → Restart -Run OneDrive and see if the crash persists.
B. Reset OneDrive completely.
- Close OneDrive completely (Task Manager → End task OneDrive.exe).
- Reset via Command Prompt as an Admin: %localappdata%\Microsoft\OneDrive\onedrive.exe /reset
- If OneDrive does not restart automatically: %localappdata%\Microsoft\OneDrive\onedrive.exe
- This ensures all caches are cleared.
C. Reinstall .NET Framework. The .NET Runtime error suggests potential corruption.
- Open “Turn Windows features on/off” > Uncheck .NET Framework 3.5 and 4.8 > Reboot.
- Re-enable > Reboot.
- Alternatively, run: dism /online /enable-feature /featurename:NetFx4 /all
D. Check for System-Level Corruption Beyond SFC/DISM.
- Run CHKDSK on your system drive: chkdsk C: /f /r /x
- Check Event Viewer for Memory Management or Application Error entries around the crash time.
- Consider running Windows Memory Diagnostic (memory errors can trigger ntdll.dll crashes).
E. Force older OneDrive version. This is optional. Since Windows automatically updates OneDrive, you can try:
- Download standalone OneDrive installer for v25 from Microsoft official site.
- Install it offline, then block updates temporarily via Group Policy: 2.a) Computer Configuration > Administrative Templates > Windows Components > OneDrive > Prevent the usage of OneDrive for file storage (temporary workaround). 2.b) OR set registry key to block automatic updates: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\OneDrive DisableFileSyncNGSC = 1
- This is a temporary workaround for troubleshooting — v26 may have a bug triggering the ntdll.dll crash.
F. Collect crash dumps.
If it continues:
- Enable OneDrive crash dumps via: HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
- Collect .dmp file for debugging, can identify exact instruction in ntdll.dll causing the crash.
Core DLL (ntdll.dll) crashes almost always indicate OS-level conflict or corruption. If the above doesn’t work, a repair install of Windows 11 may be the safest route. Avoid using third-party OneDrive wrappers or older offline installers from non-Microsoft sources, as these can exacerbate the STATUS_INVALID_IMAGE_HASH error.
Regards,
Jhun