Skip to content

One Drive for Business shows blank / white page in the Browser

Many users getting this a lot when trying to access One Drive or SharePoint(attach below pic: OneDrive_error). Sometimes you can refresh the page and it shows up sometimes it doesn’t. We get this with both IE 11 and Edge.
We don’t know if it related to AntiVirus software so I disabled the AntiVirus and still same problem.


This is a bug in SharePoint 2016. you will be able to fix this issue by run this SharePoint Shell command

$Farm = Get-SPFarm
$Farm.OneDriveUserExperienceVersion = [Microsoft.SharePoint.Administration.OneDriveUserExperienceVersion]::Version1
$Farm.Update()

good luck 🙂