Today, I am going to write about how to change list and document library Web URL in SharePoint . This is an important task, which admins used to do.

Description

We have a requirement to change list or Doc library Web URL. If we will try to change from the user interface, it won’t allow us to do the same. We can change list or library name, which means that we can rename the list or library name but it won’t affect the Web URL of the same List.

We can change the list or library Web URL, using SharePoint Designer and PowerShell. If we don’t have SPD installed in our local system, in that case, we can use PowerShell, which will be available, by default.

We are going to show how to change the URL of a SharePoint list or library, using PowerShell.
Note

Make sure that there is no white space.
If you are doing this activity on demo List, where the data is not available, it will change the List or Library Name, as given in the Web URL.

If you wish, you can revert to the list name, which is similar to the old list name. We can rename the list name, using Web UI or Power Shell script as well. The steps are given below to change list name, using Web U.
  • Open the list and click List tab from the top of the page.
  • Once it will drop down, the functions under the List ribbon need to be selected and select List Setting from the same.
  • Now, on the List Setting page, select List name, description, and navigation option under the General settings.
  • It will prompt us to change the list or library name and the description.
  • Assign the name, as per your desire and click Save button.
Hope, it will help.