When you open an Office file stored in a SharePoint document library, the Check Out button should appear in the toolbar. If this button is missing, users cannot lock the file to prevent others from editing it simultaneously. This problem usually occurs because the library does not require check-out or because the user lacks the correct permissions. This article explains the most common causes and lists the settings that site owners must verify to restore the Check Out button.
Key Takeaways: Restoring the Missing Check Out Button
- Document library settings > Require Check Out: The library must have the check-out requirement enabled for the button to appear in the toolbar.
- User permissions > Contribute or Edit: Users need at least Contribute or Edit permission level to see and use the Check Out button.
- SharePoint admin center > Site collection features: The “Metadata Navigation and Filtering” feature can hide the Check Out button if enabled incorrectly.
Why the Check Out Button Disappears for Office Files
The Check Out button is a standard toolbar command in SharePoint document libraries. It appears when users open an Office file in the browser or desktop app. The button is missing for one of three reasons:
1. The library does not require check-out. If the library setting “Require Check Out” is turned off, SharePoint does not display the Check Out button. The button is tied to this requirement — it does not appear as an optional command.
2. The user has insufficient permissions. Users with Read permission cannot check out files. The Check Out button is hidden from users who cannot perform the action.
3. A site feature or customization interferes. The “Metadata Navigation and Filtering” feature or a custom script can remove or hide the Check Out button. This is rare but possible in heavily customized sites.
Each cause has a different fix. The sections below cover all three scenarios.
Steps to Check the Document Library Require Check Out Setting
The most common fix is to enable the check-out requirement on the library. Follow these steps in the SharePoint site where the file is stored.
- Open the document library settings
Go to the library that contains the Office files. Click the gear icon in the top-right corner and select Library settings. If you do not see Library settings, you do not have owner permissions for that library. - Click Versioning settings
In the Settings page, under General Settings, click Versioning settings. - Enable Require Check Out
Scroll to the section labeled Require Check Out. Select Yes. Click OK at the bottom of the page. - Test the change
Open an Office file from the library. The Check Out button should now appear in the toolbar. If it does not appear, refresh the browser and try again.
Steps to Verify User Permissions
If the library requires check-out but the button is still missing, check the user’s permission level.
- Identify the affected user
Ask the user to click their profile picture in the top-right corner of SharePoint and select My permissions. This shows their current permission level. - Check the required level
The user must have at least Contribute or Edit permissions. Read permission does not allow check-out. If the user has Read, they cannot see the Check Out button. - Grant the correct permission
As a site owner, go to the library settings and click Permissions for this document library. Add the user with Contribute or Edit permission. Alternatively, add the user to a SharePoint group that already has Contribute or Edit, such as the Members group. - Ask the user to refresh
After permissions are updated, the user should close the browser and reopen the file. The Check Out button should appear.
Steps to Disable the Metadata Navigation and Filtering Feature
In rare cases, the Metadata Navigation and Filtering feature hides the Check Out button. This feature is enabled at the site collection level. Disable it only if the previous steps did not resolve the issue.
- Go to Site Settings
Click the gear icon and select Site settings. If you are on a modern team site, click Site information and then View all site settings. - Open Site collection features
Under Site Collection Administration, click Site collection features. - Find Metadata Navigation and Filtering
Scroll down the list. Locate Metadata Navigation and Filtering. If its status is Active, click Deactivate. - Confirm the deactivation
Click Deactivate this feature in the confirmation dialog. Wait a few minutes, then test the Check Out button again.
If SharePoint Still Has Issues After the Main Fix
Check Out Button Appears but Does Not Work
If the button appears but clicking it does nothing, the file may be checked out to another user. Ask the user who checked out the file to check it in. If that user is unavailable, a site owner can force discard the check-out from the library settings.
Check Out Button Is Missing for Specific File Types Only
Some file types, such as .pdf or .jpg, do not support check-out in SharePoint. The Check Out button is only available for Office files like .docx, .xlsx, and .pptx. If the button is missing for a .pdf, this is expected behavior. Convert the file to an Office format if check-out is required.
Check Out Button Missing in the Desktop App
When you open a file in the desktop version of Word, Excel, or PowerPoint, the Check Out button appears in the title bar near the file name. If it is missing there, the library setting is the likely cause. Apply the same fix described in the first section.
Document Library Setting vs User Permission vs Site Feature
| Item | Require Check Out Setting | User Permission Level | Metadata Navigation Feature |
|---|---|---|---|
| Description | Library-level toggle that forces check-out before editing | Determines what actions a user can perform in the library | Site-level feature that can hide toolbar commands |
| Effect on Check Out button | Button appears only when set to Yes | Button hidden for users with Read permission | Can remove the button entirely when active |
| How to fix | Enable Require Check Out in Versioning settings | Grant Contribute or Edit permission | Deactivate the feature in Site collection features |
| Who can fix | Site owner or library owner | Site owner | Site collection administrator |
Now you can identify the exact reason the Check Out button is missing and apply the correct fix. Start with the library setting because it is the most common cause. After enabling Require Check Out, test with a user who has Edit permissions. If the button still does not appear, check the Metadata Navigation and Filtering feature. As a final tip, use the SharePoint admin center to audit site collection features across all sites in your tenant to catch this issue before users report it.