If you suspect a web part is causing problems on your SharePoint page, you can open the web part maintenance page to help isolate and fix issues. You must have edit permissions to use the page.
Note
If you're working with classic web parts, see the instructions for 2016, 2013.
The web part maintenance page in SharePoint Online or SharePoint Server 2019 is actually a "maintenance mode." While in maintenance mode, you can:
- View and copy the data and manifest information for each web part.
- Remove web parts you suspect are causing problems.
- Rearrange web parts.
Note
You cannot edit web parts in maintenance mode.
Maintenance mode initially opens in a view-only state, but if you have edit permissions, you can remove and rearrange web parts.
Open web part maintenance mode
- Go to the page for which you want to open web part maintenance mode.
- In the address line of your browser, append ?maintenancemode=true to the end of the URL for the page. For example:
https://contoso.sharepoint.com/teams/SitePages/Home.aspx?maintenancemode=true
On your page, you will see a summary of data from the Manifest and Data tabs. The summary information includes:
| Alias | The name of the web part |
|---|---|
| Id | The unique ID of the web part |
| Instance Id | The ID of a specific instance of a web part (that is, if you have two more of the same web parts on a page, they will each have the same web part ID, but a different instance ID. |
| IsInternal | Indicates whether the web part was made by Microsoft or a third party. If True, it is made by Microsoft. If False, it is made by a third party. |
| Version | The version number of the web part. |
| Environment | Environment: Indicates the SharePoint environment in use.
|
| UserAgent | A string that contains information about the device and software in use (such as browser type and version). |
Copy data
- Go to the web part for which you want to copy data.
- Click Copy data.
- Paste the data into a text editor or a tool you use for web part development.
Note
It is not yet possible to directly edit data or manifest information in web part maintenance mode.
Delete or move web parts
Once you are in maintenance mode, click Edit at the top right of the page.
Do one of the following:- Click Delete
to remove a web part. - Click Move
and then drag the item where you want.
- Click Delete
Save, Discard, or Publish changes
- Click Discard changes to undo any changes you made.
- Click Save and close to save your changes.
- Click Publish to publish your changes.
Leave maintenance mode
Remove ?maintenancemode=true from the URL and refresh the page.