What is error 404
Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.
Last updated: April 1, 2026
Key Facts
- 404 is the standard HTTP status code for "Not Found" responses
- One of the most common error messages encountered while browsing the internet
- Caused by broken links, deleted pages, incorrect URLs, or server configuration issues
- Website owners can customize 404 error pages with helpful information and navigation options
- The error code system includes hundreds of status codes (2xx for success, 3xx for redirection, 4xx for client errors, 5xx for server errors)
Understanding HTTP Error 404
Error 404 is a standard HTTP (HyperText Transfer Protocol) status code returned by a web server when it cannot locate the requested resource or webpage. The "404" designation specifically indicates "Not Found", meaning the server understood the request but the requested URL does not exist on that server. This is one of the most frequently encountered error messages on the internet.
Common Causes of 404 Errors
Several situations can trigger a 404 error:
- Deleted pages: The webpage existed previously but has been removed from the server
- Broken links: Outdated or incorrectly typed URLs in links or bookmarks
- Moved pages: Content relocated to a new URL without proper redirects
- Typos in URLs: Misspelled domain names or page paths
- Server misconfiguration: Incorrect server settings preventing access to valid pages
HTTP Status Code System
Error 404 is part of a comprehensive HTTP status code system that communicates different outcomes of web requests. Status codes are categorized by starting digit: 1xx codes indicate informational messages, 2xx codes signify successful requests, 3xx codes show redirection, 4xx codes represent client errors (like 404), and 5xx codes indicate server errors. The 404 code specifically falls in the "client error" category, suggesting the client requested an invalid resource.
Customized 404 Error Pages
Modern websites often customize 404 error pages to improve user experience rather than displaying a bare technical error. These customized pages typically include helpful information such as navigation menus, search functions, links to popular content, or suggestions to return to the homepage. Well-designed 404 pages can help users find what they were seeking and maintain positive site engagement even when pages are not found.
Impact and Prevention
Broken links causing 404 errors negatively affect user experience and website SEO rankings. Search engines penalize sites with numerous broken links, affecting search visibility. Website administrators prevent 404 errors by maintaining accurate URLs, implementing proper redirects when moving content, and regularly auditing sites for broken links. Monitoring 404 errors helps identify and fix navigation issues before they impact many users.
Related Questions
What other common HTTP error codes exist?
Common codes include 200 (OK), 301 (Moved Permanently), 403 (Forbidden), 500 (Internal Server Error), and 503 (Service Unavailable). Each indicates different outcomes of web requests.
Why is it called error 404 specifically?
The HTTP status code system was developed in 1992, and 404 was assigned to mean "Not Found." The specific number has no particular significance beyond its assignment in the original HTTP specification.
Can I fix a 404 error myself?
As a user, you can try correcting the URL, checking for typos, or using the site's search function. As a website owner, you can fix 404 errors by restoring deleted pages or implementing proper redirects.
More What Is in Daily Life
Also in Daily Life
More "What Is" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- Wikipedia - HTTP 404CC-BY-SA-4.0
- IETF RFC 7231 - HTTP Semantics and ContentCC-BY-SA-4.0
Missing an answer?
Suggest a question and we'll generate an answer for it.