You have granted a user Limited Access permission to a SharePoint site, but they still see the site name in the SharePoint app bar, search results, or the site list. This is confusing because Limited Access should only allow access to specific items, not the entire site. The root cause is that Limited Access does not hide the site metadata that SharePoint displays to any authenticated user who can reach the site URL. This article explains why this happens and provides the exact steps to prevent the site name from appearing to Limited Access users.
Key Takeaways: Hiding the SharePoint Site Name from Limited Access Users
- Limited Access permission level: Does not hide site name or metadata from any user who can navigate to the site URL
- SharePoint admin center > Active sites > Site visibility: Setting a site to Private hides it from search and the SharePoint app bar for all users without explicit access
- Site-level permission inheritance break: Breaking inheritance on the site home page and removing Limited Access users from site permissions hides the name from the site list
Why Limited Access Does Not Hide the Site Name
Limited Access is a special SharePoint permission level that grants a user access to only one specific item or document within a site. It does not grant access to the site itself, the site home page, or any other content. However, SharePoint still displays the site name in several locations because the user can reach the site URL through a direct link or a shared item.
The SharePoint app bar shows the site name to any authenticated user who has visited the site at least once. Search results also display the site name if the site is not set to Private. This is by design: Limited Access is not a security boundary for site metadata. The site name, description, and URL are considered metadata that SharePoint shows to any user who can authenticate and who has a valid link to the site.
To fully hide the site name from a user, you must either make the site Private so it does not appear in search or the app bar, or remove the user from the site permissions entirely and only share the specific item directly.
Steps to Prevent Limited Access Users from Seeing the Site Name
Follow these steps to configure site visibility and permission inheritance so that Limited Access users no longer see the site name.
- Set the site to Private in SharePoint admin center
Go to the SharePoint admin center. Select Active sites from the left menu. Find your site in the list and click its name. In the panel that opens, select the Settings tab. Under Site visibility, choose Private. Click Save. This hides the site from search results and the SharePoint app bar for all users who do not have explicit access to the site. - Break permission inheritance on the site home page
Navigate to the site home page. Select Settings (gear icon) and then Site permissions. On the permissions page, select Advanced permissions settings. On the ribbon, select Stop Inheriting Permissions. Confirm the action. This creates a unique permission set for the site home page. - Remove Limited Access users from site-level permissions
In the advanced permissions page for the site home page, select the check box next to each Limited Access user or group. On the ribbon, select Remove User Permissions. Confirm the removal. This ensures the user no longer has any permission to the site itself. - Share the specific item directly
Navigate to the document or item you want the user to access. Select the item and choose Share. Enter the user’s email address and set the permission level to Read or Edit as needed. Click Send. SharePoint will send a direct link to the item. The user will not see the site name anywhere because they have no access to the site itself.
If Limited Access Users Still See the Site Name After the Main Fix
Even after following the steps above, some users may still see the site name in certain places. This section covers the most common reasons and how to resolve them.
Site Name Appears in the SharePoint Mobile App
The SharePoint mobile app caches site names from previous visits. If the user opened the site before you changed permissions, the site name may still appear in the app’s recent sites list. Ask the user to clear the app cache or reinstall the app. On Android, go to Settings > Apps > SharePoint > Storage > Clear Cache. On iOS, delete and reinstall the app.
Site Name Appears in Microsoft 365 Search
Search results may still show the site name if search indexing has not updated. SharePoint search indexes site metadata every 24 hours. Wait at least one full day after changing site visibility to Private. If the site name still appears, run a full crawl from the SharePoint admin center under Search > Manage Search Schema > Crawl Log.
Site Name Appears in the SharePoint App Bar
The SharePoint app bar displays sites the user has recently visited. If the user visited the site before permissions were changed, the site name may remain in the app bar for up to 30 days. Ask the user to right-click the site name in the app bar and select Remove from recent. This removes it immediately.
Limited Access vs Private Site: Key Differences
| Item | Limited Access | Private Site |
|---|---|---|
| Permission level | Grants access to one item only | Grants access to the entire site |
| Site name visibility | Visible in app bar, search, and site list | Hidden from app bar and search for users without access |
| Site home page access | Denied unless explicitly shared | Granted to all site members |
| Use case | Share a single document without exposing the site | Hide the entire site from unauthorized users |
You can now control exactly which users see your SharePoint site name by combining Private site visibility with direct item sharing. For a more granular approach, use Azure AD dynamic groups to automatically manage site membership and visibility. This prevents any user with Limited Access from ever seeing the site name in any SharePoint surface.