Note: Someone mentioned before that it is OneDrive 5T
not enough. Here, bloggers share a free upgrade to 25T
method, which is also a policy issued by Microsoft very early. Some subscribed OneDrive
network disks that use more than 90%
one can apply for free to increase the capacity to25T
. I applied for it very early, but I will probably say it here.
What you need to know
OneDrive 25T
The subscriptions that are upgraded to are as follows:
Office 365 Enterprise E3
Office 365 Enterprise E5
OneDrive for Business Plan 2
SharePoint Online Plan 2
Office 365 Enterprise E3
Office 365 Enterprise E5
Office 365 A1
Office 365 A3
Office 365 A5
Office 365 US Government Edition G3
Office 365 US Government Edition G5
Office 365 Non-profit version E3
Office 365 Non-profit version E5
Microsoft 365 Enterprise E3
Microsoft 365 Enterprise E5
Microsoft 365 A3
Microsoft 365 A5
Microsoft 365 US Government Edition G3
Microsoft 365 US Government Edition G5
Microsoft 365 Non-profit version E3
Microsoft 365 Non-profit version E5
The upgrade rules are as follows:
If users have used at least 90% of the 5TB storage space, Microsoft will increase the default storage space in OneDrive up to 25 TB per user (administrators can set a lower storage space limit per user if necessary). For any user who has used at least 90% of 25 TB OneDrive storage space, each user will be assigned 25TB SharePoint team site as additional cloud storage space. This additional storage space is provided to the organization on a quota basis.s.
How To Upgrade Your Onedrive Space To 25T (Global Admin)
Tip: The following application operations require global administrator operations. If the demand is large, you can also upgrade your own account to 25T.
First of all, let yourself or one of the sub-accounts 5T
use more than 90%
of your space, if the proportion is not enough, you can quickly account for 90%
above by copying and pasting. Here estimates copy and paste some people will feel very slow, in fact, if the network is good, just a few dozen upload files to copy and paste, ten minutes can be done from the
Then the administrator logs in the background → portal, click on the left to the support-new service request. Then write a sentence similar to the following in the help box. Then fill in the administrator’s mailbox, and upload a few screenshots of the account capacity, including account information. Just send it at the end. If the screenshot is not standardized, a staff member may call you to re-send the picture to him.
Finally, one day, a successful email will be sent to you, and then you will upgrade to it yourself according to the method of email 25T
.
Upgrade method
1. We first install the latest SharePoint Online Management Shell
→ download address.
2. Click the start button in the lower-left corner of the computer, search PowerShell
, and then click Windows PowerShell
, a command box will pop up.
Tip: If the operation fails with PowerShell, you can use the SharePoint
Online Management Shell operation.
First check SharePoint Online
whether the installation is successful, use the command:
Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version
Name Version
---- -------
Microsoft.Online.SharePoint.PowerShell 16.0.9021.0
Next, enter the commands in order:
#adminUPN is the administrator email, orgName is the organization name you set
$adminUPN="[email protected]"
$orgName="yourorg"
#This step will pop up a window that will ask you to enter your email password
$userCredential = Get-Credential -UserName $adminUPN -Message "Type the password."
Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential
#The default modification is 25T, change the address behind to the OneDrive network
#disk address you want to modify, the address can be modeled below
Set-SPOSite -Identity https://moerats-my.sharepoint.com/personal/moerats_admin_onmicrosoft_com -StorageQuota 26214400
At this point, we will find that the capacity has been upgraded 25T
. The last thing to note is that the amount of network disk usage must be kept at least above, otherwise, it may become available at any time. Of course, if you use up, you can apply for the team website again in the same way, but it will not increase your own network disk capacity.