How can I rename a library in SharePoint?

Copper Contributor

Due to some testing with a failing copy flow, I have discovered that I need to rename a few libraries to get the flow to work properly with the requirements my clients have settled on. Is it possible to rename a library? I also need to edit the Web Address in List Information. 

5 Replies
Yes, just go to Site Contents, click the 3 dots next to library, select Settings then select List name, description and navigation and change the name.
Thanks Rob, I was just about to edit this - I actually need to change the Web Address in List Information.
As so often happens with SharePoint, the internal name remains the same and you can't change that.
Oh no - not even with PowerShell or some other code magic?

@jenbaier81 ,

Yes you can change the InternalName with SharePoint Designer and with PowerShell.

See this reference : Change SharePoint Online List Or Library Internal Name (c-sharpcorner.com)

 

--mo