Skip to content
Skip to content
← All Status Codes
404
Client Error

404 Not Found

The server cannot find the requested resource.

Description

The 404 Not Found status code indicates that the server cannot find the requested resource. This is one of the most common HTTP errors. It does not indicate whether the absence is temporary or permanent.

For permanently removed resources, use 410 Gone instead.

Common Causes

  • Mistyped URL
  • Page deleted or moved without redirect
  • Broken internal link
  • Incorrect routing configuration
  • Missing file on server

How to Fix

  • Set up redirects for moved pages (301)
  • Fix broken internal links
  • Create a custom 404 page with helpful navigation
  • Check server routing/rewrite rules
  • Monitor 404s in Google Search Console

Check your website's HTTP status code

Check now →

Related Status Codes