A SharePoint group named Limited Access System Group For List followed by a GUID is normally system-created plumbing. It lets people who have permission to a lower-level object reach that object through its parent site or list without granting them normal access to everything above it.
It is not, by itself, proof that every member can read the whole site. It is also not something to bulk-delete merely because the name looks untidy.
Investigate the underlying list, library, folder, item or sharing link. If access is wrong, repair that real grant and then verify the effective result as the affected user.
The short answer
Microsoft defines Limited Access as a permission level designed to work with fine-grained permissions so that a user can reach a specific list, library, folder, item or document without gaining access to the entire site. Microsoft also says the Limited Access permission level cannot be customized or deleted. See Permission levels in SharePoint.
The exact system-group name is visible in Microsoft’s own SharePoint migration permission example, alongside groups created for sharing links. The GUID identifies the associated object; it is not a useful human-friendly description of the business grant.
Limited Access is a path, not the destination permission
Consider this structure:
Site
└── Documents library
└── Projects folder
└── Quote.docx
If Priya receives access only to Quote.docx, SharePoint must still let her traverse the site, library and folder far enough to open the file. Limited Access supplies that path. Her useful permission is on the file or one of its lower-level containers—not the Limited Access label at the site level.
This is why deleting the visible parent entry is the wrong starting point. You may break an intended share, SharePoint may recreate the system entry, or you may leave the real lower-level grant untouched.
Do not confuse two similarly named features
Limited Access is the system-managed permission level described above.
Limited-access user permission lockdown mode is a site-collection feature for published sites that reduces some capabilities in the Limited Access permission level. Microsoft documents the difference in the lockdown-mode section.
Do not enable, disable or advertise lockdown mode as a cleanup tool for these system groups. It has a different purpose and can affect how users reach content.
Trace the actual source of access
Work from the person and the content, not from the strange group name.
1. Record the object and user
Capture:
- site URL;
- system-group name and GUID;
- affected person or group;
- the list or library you suspect;
- what they can open, edit or share;
- what they should be able to do.
Use a test account where possible. An owner’s view is not evidence of a reader’s effective access.
2. Check the site-level permission summary
Open Site permissions, then Advanced permissions settings. If SharePoint reports that some content has different permissions from the site, inspect those items. Use Check Permissions for the person to confirm their site-level effective access.
This view may confirm Limited Access without telling you the one lower-level object that created it. Continue down the hierarchy.
3. Inspect the likely list or library
Open its settings and permissions page. Determine whether it inherits from the site or has unique permissions.
If it inherits, inspect folders and items that were shared directly. If the list or library has unique permissions, compare its members and groups with the intended audience before changing anything.
4. Use Manage access on the folder or item
For a specific file or folder, open Manage access. Microsoft’s Manage access guidance lets you inspect people, groups and links and then stop sharing or change access.
Check all possible paths:
- direct access;
- membership of a SharePoint or Microsoft 365 group;
- a People you choose link;
- an organization-wide or anonymous link, where policy permits it;
- inheritance from a folder or library;
- an access request approved by an owner.
A sharing link and Limited Access are not synonyms. The sharing link can be the useful grant; Limited Access can be the parent traversal needed to reach it.
Fix the underlying grant safely
Choose the action that matches the business decision.
The person should keep access
Leave the traversal permission alone. If the current access is fragile or hard to manage, consider moving the content to a properly governed library or granting access through an appropriate group. Do not broaden the entire site just to make the permission screen look simpler.
The person should lose access to one item
Remove their direct permission or sharing-link access from that item or its governing folder. Then test the exact file URL as that person. Also check whether another group or link still grants access.
The content should inherit from its parent again
Use Delete unique permissions or the equivalent inheritance action only after you have recorded the current assignments and confirmed that the parent audience is correct. Restoring inheritance replaces the object’s unique permission model with the parent’s model; it is not a cosmetic tidy-up.
Many items have unique permissions
Stop and design the target model before scripting. Microsoft’s permission-scope guidance says a document library can have up to 50,000 unique ACLs and recommends keeping the number below 5,000 for best performance.
That is a limit on unique permission scopes in a library, not “500 Limited Access users per site.” Do not repeat that invented limit.
For a large cleanup:
- inventory unique scopes;
- identify content owners and required audiences;
- group items by the intended permission model;
- pilot changes on a small reversible set;
- test owners, members, visitors and external users;
- retain before/after evidence and a rollback route;
- process the remaining sets in controlled batches.
What not to do
- Do not bulk-remove every group whose name starts with
Limited Access System Group. - Do not run
ResetRoleInheritanceacross a library until you know which unique grants it will erase. - Do not add users to the site Members group simply to make the warning disappear.
- Do not claim Limited Access gives people full-site read access.
- Do not assume every historical sharing event remains in a fixed 90-day audit window; retention depends on licensing and policy.
- Do not change sensitivity labels or restricted-access controls to repair an ordinary item permission.
- Do not report a successful cleanup until the affected non-admin identities have been tested.
A practical governance model
Use broad containers for stable audiences and exceptions for genuine exceptions:
- manage a group-connected team site through its Microsoft 365 group;
- use Owners, Members and Visitors appropriately on other sites;
- create separate libraries or sites when material needs a different durable audience;
- prefer group membership over repeated person-by-person grants;
- use direct item sharing when it is genuinely the right short-lived exception;
- review links and unique scopes at a cadence proportionate to the data’s sensitivity.
Limited Access is not automatically a governance failure. Thousands of unexplained unique grants may be. Count and review the permission scopes that create operational risk rather than counting system-group names in isolation.
Verification after a change
Test at least:
- an owner can administer the content;
- a normal member retains intended edit access;
- a visitor has only intended read access;
- the person whose grant was removed receives access denied on the exact item;
- the person whose grant was retained can still open the exact item;
- search and direct links do not expose content to an unauthorized user;
- sharing links you meant to revoke no longer work.
Record the original permission state, change, UTC time, operator and outcome. Permissions work is not complete because an admin page looks cleaner.
Frequently asked questions
What is “Limited Access System Group For List”?
It is a SharePoint-created group associated with the permission path to a list or lower-level object. Limited Access lets a user reach specifically permitted content without ordinary access to the whole parent site.
Can I delete the system group?
Do not use deletion as the first fix. Find the direct grant, group membership, inheritance break or sharing link that gives useful access and change that object if the access is wrong.
Does Limited Access let someone read the whole site?
No. Microsoft describes it as access to a shared resource or specific asset without access to the whole site. Always verify the person’s effective permissions on the actual content.
Is this the same as limited-access user permission lockdown mode?
No. Lockdown mode is a separate site-collection feature for published sites that reduces some Limited Access capabilities.
How many unique permissions can a document library have?
Microsoft currently documents up to 50,000 unique ACLs in a library and recommends fewer than 5,000 for best performance. Design to stay well below the maximum instead of using it as a target.
If you need to untangle a real permissions tree without broadening access, join the SharePoint & Teams Admins Space. Bring the hierarchy, intended audience and a redacted permission screenshot.
