You have done all below necessary checks, but the problem is not resolved.
- Active Directory (Azure AD in case of Office 365/Microsoft 365) reflects the name correctly
- Outlook reflects the name correctly
- SharePoint User Profile Service reflects the name correctly
- Deleted the user from SharePoint site and reassigned permissions, that does not help either
- Clearing cache does not help and still old name displayed
- Trying from different browser, machine does not help
You will come across multiple solutions like changing the name using PowerShell / Management Shell, deleting the User profile and recreating, etc. But this solution will work in most cases, so try this out first.
Solution -
Try adding the user again or just try checking the SharePoint (site/list) permissions, if you see the name resolving correctly in the people picker but displays old name after adding, then follow below steps to resolve.Important- All users having permissions to a SharePoint Site Collection are added to a hidden list which cannot be accessed directly from site contents. SharePoint automatically makes an entry here when users are granted access or they login.
You need to access this list to fix the problem. There are 3 ways to see the users.
- [SiteURL]/_catalogs/users/simple.aspx
- [SiteURL]/_catalogs/users/detail.aspx
- [SiteURL]/_layouts/15/people.aspx?MembershipGroupId=0 (update the _layouts link based on the SharePoint version in use)
Make a note of user permissions before performing these steps. You may have to add the user back to Site Collection, sub sites, lists and libraries if they have unique permissions.
- Use the MembershipGroupId=0 approach and navigate to the "All People" group
- Locate the user and you should see the old name being saved
- Delete the user entry and re-add
- Check the user display name now, it should show the correct name
More Posts related to sharepoint,
- Change SharePoint Online List Experience to New Experience from Classic
- Cannot load PowerApps form in SharePoint Online due to repeated authentication
- Create SharePoint list from Excel spreadsheet and import table
- [Solved] SharePoint Search Internal server error exception
- [Fix] SharePoint: This embed code doesnt seem to work. We only support iframe based embeds
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365
- SharePoint Online: Editing session has ended Message
- SharePoint error cannot connect to the configuration database
- That did'nt work, Issue type User not in directory - SharePoint external access error
- How to embed web page in SharePoint
- SharePoint - The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.
- SharePoint error 2130575251 - The security validation for this page is invalid and might be corrupted
- Microsoft 365: How to Turn Off Delve in SharePoint Online for All Users
- SharePoint Server 2016 error Microsoft Office Online Server 2016 cant be installed on the same machine as a Microsoft SharePoint Server product
- JSON column formatting to preview SharePoint Online file on mouse hover
- How to show Videos on SharePoint Page
- How to get SharePoint Online user details from person or group column using REST API
- How to retrieve all SharePoint Online List Items using Rest API
- How to wrap column text in SharePoint Online Modern List Grid View using JSON formatting
- Recommended size and resolution for SharePoint Online Site logo
- SharePoint List redirect user after submitting form NewForm.aspx
- Add Custom External Link to SharePoint Site Navigation
- Drag drop files here option missing for SharePoint document library
- Can Microsoft SharePoint Lists be synced and accessed offline without internet?
- SharePoint - Use Today's Date Time in list view filter and calculated column
More Posts:
- How to Get List of All Country Codes in Java Using Locale Class - Java
- How to reset Eclipse IDE Code Font - Eclipse
- @Configuration - A look at Spring Annotations in Depth - Java
- How to Clear Cache for Specific Website on Safari on Mac - MacOS
- [Solved] SharePoint Search Internal server error exception - SharePoint
- [fix] Chrome: no listeners for an event URLS_SAFE_CHECK__STATUS_UPDATED - Chrome
- How to List All Users in Linux - Linux
- How to display File CR LF Newline Characters in Sublime Text - Sublime-Text