All of a sudden OneDrive keeps crashing on my ThinkPad X13s, which is currently running Windows 11 Insider Preview build 22632.1000.0 for ARM64.

(Quick side note – I am a total WoA convert. Running Windows on ARM with ARM-specific builds for my usual tools is awesome.)

The Event Viewer shows a bunch of these:

Application Error 1000
Application Crashing Events

Faulting application name: OneDrive.exe, version: 22.136.626.1, time stamp: 0x1dc15164
Faulting module name: Qt5Core.dll, version: 5.15.3.0, time stamp: 0x62ace3ec
Exception code: 0xc0000005
Fault offset: 0x0000000000209380
Faulting process id: 0x0x317C
Faulting application start time: 0x0x1D8956CEBAF6842
Faulting application path: C:\Program Files\Microsoft OneDrive\OneDrive.exe
Faulting module path: C:\Program Files\Microsoft OneDrive\22.136.0626.0001\Qt5Core.dll
Report Id: d5f99d58-a4d7-43dc-9eae-96396ece4874
Faulting package full name: 
Faulting package-relative application ID: 

And let me tell you, that’s annoying. I kinda need OneDrive to work.

Anyway! All you have to do is find the OneDrive update file at the following location:

%localappdata%\Microsoft\OneDrive\Update\update.xml

Open it, and you should see something similar to the following:

<?xml version="1.0" encoding="utf-8"?>
<root>
  <update throttle="100" rescan="1440" currentversion="22.131.0619.0001" maxapplicable="22.999.9999.9999" minapplicable="16.000.0000.0000">
    <binary sha1hash="XKyQtV9cN3xdWXX89On/LUFi++o=" sha256hash="ObZEdqfd8gn9RhzR4SkuVS+Xu4R0vye5OnAaUgRl9E4=" url="https://oneclient.sfx.ms/Win/Insiders/22.131.0619.0001/OneDriveSetup.exe" />
    <amd64binary sha1hash="4POGQ9unoHRT6e4OSVtkdHDDf+k=" sha256hash="oRJK6vbSwqa8EUWBwjnXitZxz8r4RDrTcamdbEB20Mg=" url="https://oneclient.sfx.ms/Win/Insiders/22.131.0619.0001/amd64/OneDriveSetup.exe" />
    <arm64binary sha1hash="IM1vWh4dfLoHhjzU7LK+mxVmIJA=" sha256hash="kCMRavxQrrwrsnauQ6bIqv+1kqmbFFMv8h1qKIUY6G8=" url="https://oneclient.sfx.ms/Win/Insiders/22.131.0619.0001/arm64/OneDriveSetup.exe" />
  </update>
</root>

Use the proper link to download the version of OneDriveSetup.exe that you need. In my case, it’s the arm64binary link.

Then, run the following:

.\OneDriveSetup.exe /uninstall
.\OneDriveSetup.exe

Sign back into your OneDrive account(s) and you’ll be all set.