# Setting the Default View on a SharePoint Library


There could be a number of reasons why you would want to change the default view on a SharePoint library. Perhaps you created a new view and want to make it the default. Maybe you created a PowerPivot library and don't have Silverlight installed. The list could go on. Luckily setting the default view is really simple.

- Navigate to the library which you would like to change the default view on.
- From the ribbon select **Library** then click on the **Library Settings** option.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716523588744/4f18e4cf-e96f-4622-b10e-3e16be35466b.png)

- When the library settings appear scroll down to the bottom and locate the **Views** section. This will list all views available. You can also create a new view here if you would like. Note the column called **Default View** will indicate which view is currently marked as the default.
- Click on the name of the view which you would like to be the default. In this example we will choose the **All Documents** view.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716523589916/452e87dc-16c6-4df3-8291-8501c63610ed.png)

- Check the box next to **Make this the default view**.
- Click **OK**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716523590753/3b1cdb26-817b-4486-80ed-d4f1dea7844e.png) Now each time I navigate to my PowerPivot library it will load in the All Documents view. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716523591582/1acf64a5-8eb8-4792-a006-43c21f46b358.png)

