
That limit was 50. Just because they didn’t show up in the list, didn’t mean you couldn’t still have them, though. Each Public View has its own page. If you know the URL to that page, you can get to the view… you just won’t be able to access more than 50 from the dropdown.
And if you didn’t know the URL of the page, you could still get to it from the List Settings page for the list.
But, thankfully, that restriction appears to have been lifted. As you can see in the screenshots above, 53 public views are showing in the ribbon dropdown and in the Views list on the List View Web Part.
Instead, there is a separate page for each Person. This page houses ALL of the Personal Views for that person, but only shows one at a time, based on the query string of the view selected. Notice the difference between the ShowWebPart querystring key above and the one below.
SharePoint 2013 View Limits
Because there is a 50 web part limit per page in SharePoint, an individual user may only have 50 Personal Views before this page throws an error.
To fix this, you must click the link in the error, which takes you to the Web Part Maintenance page for that page. Once there, you will have to delete enough views to get the number down to 50 or less. All of the web parts will have the same name as the list, so it’s not obvious which one(s) to delete.
#ProTip: Whenever you’re on a Web Part Maintenance page, the web parts are listed in chronological order according to when they were added to the page.
That means the one you just created that caused the page to break is at the very bottom of the page. That should be the one you delete, because it’s probably the one that’s freshest on your mind for how it should work.
The current web part is passed to the page via GUID in the querystring as ShowWebPart.
The Page Web Part limit per page is 50.
Trying to view ANY Personal View once you’ve exceeded the limit will render an error:
The maximum number of Web Parts for all zones on this page has been exceeded.
The web parts listed on the Web Part Maintenance Page are in chronological order of when they were added. Delete the one at the bottom to remove the last one you created.
Consider creating a Public View instead, because… #NoLimits.