Archived Article
An Archived Article is a Salesforce Knowledge article whose lifecycle has ended: it has been retired from the published catalog but kept in the org for audit, reporting, and possible reinstatement.
Definition
An Archived Article is a Salesforce Knowledge article whose lifecycle has ended: it has been retired from the published catalog but kept in the org for audit, reporting, and possible reinstatement. Archived articles do not appear in Knowledge searches by default, do not surface to the Service Console's Knowledge sidebar, and are not visible on Experience Cloud help-center sites. They exist in the org as KnowledgeArticleVersion records with PublishStatus equal to Archived, retaining the full version history, the original content, the author, and every metadata field. Authors and Knowledge managers can republish an Archived article (returning it to Draft, then to Online) when the information becomes relevant again.
Archived Articles matter because Knowledge content has a natural lifecycle. Product announcements become stale. Compliance procedures get superseded. Resolution macros become outdated when a new release lands. The Archived state preserves the content while removing it from active use, which is more nuanced than outright deletion. The archive retains audit trail, supports legal hold, and lets the Knowledge team reinstate articles if a question turns out to be still relevant. Agents and customers never see Archived content during normal use; only Knowledge managers and approved roles can find it.
How Archived Articles fit the Knowledge lifecycle
The Knowledge article lifecycle
Articles flow through Draft, Online (Published), and Archived. Authors create Drafts, send them through review, then publish to Online. Online articles are visible in search and the Knowledge sidebar. When the article is no longer useful, a Knowledge manager archives it. Archive is a deliberate move, not an automatic state.
How archiving works
Archiving sets PublishStatus to Archived on the KnowledgeArticleVersion record. The article disappears from search results and the Knowledge sidebar. The version history is retained, so the archived state preserves who wrote what, when, and which prior versions existed. Restoring later returns the article to Draft for review before republishing.
Who can see archived content
Standard agents and customers do not see archived articles. Knowledge managers and admins with the Manage Knowledge permission can find them through the Article Management list view with the Archived filter applied. Some orgs also expose archived articles to a small audit group for compliance review; this is configured through Knowledge user permissions and data category visibility.
Archive versus delete
Deletion permanently removes the article (subject to the Recycle Bin's 15-day retention). Archiving preserves it indefinitely with no scheduled purge. Most regulated industries archive rather than delete because retaining the historical answer to a customer question is itself a compliance requirement.
Republishing an archived article
Knowledge managers can restore an archived article through the Article Management view. The article moves back to Draft status. Reviewers can update the content (often the reason it was archived in the first place was outdated information) and then publish it again. The new Online version reuses the article's URL and identifier, preserving inbound links.
Reporting on archived content
Custom reports on KnowledgeArticleVersion with PublishStatus = Archived expose the archive trail. Common reports include articles archived by quarter, top archivers, and articles archived then restored. The data is useful for measuring Knowledge content hygiene and identifying gaps where archived articles are continuously republished without being kept fresh.
Archive triggers and automation
Flows or Apex can archive articles automatically when conditions are met (e.g., articles older than 18 months with zero views in the last quarter). Automation is useful for very large Knowledge bases where manual review does not scale. Most teams pair an auto-archive Flow with a notification step that warns the author before the archive lands.
Common pitfalls
Three patterns recur. Archiving without notifying the author or content owner erodes Knowledge program trust. Auto-archive rules that fire too aggressively remove articles still in active use. And archived articles whose underlying data categories or page layouts have changed since archiving may not republish cleanly without manual fixes.
How to archive and restore a Knowledge article
Archiving is one of the more important Knowledge lifecycle actions and one of the easiest to get wrong without process discipline. Keep notifications, documentation, and audit trails consistent.
- Open Article Management
Service Console, Knowledge, Article Management. Filter to Online articles you want to archive.
- Notify the content owner
Before archiving, message the author or content owner with the reason. Most archive disputes come from unannounced archives of articles owners still considered current.
- Archive the article
Select the article, click Archive. The article moves to Archived status, disappears from search, and is preserved with full version history.
- Document the reason in the article history
Add a comment or update a custom Reason field before archiving. The reason is what future Knowledge managers consult when deciding whether to republish.
- Restore later if needed
Open Article Management, filter to Archived. Select the article, click Restore. The article returns to Draft for review and republishing.
- Archiving without notifying the content owner erodes Knowledge program trust. Make notification part of the process, not optional.
- Auto-archive rules that fire too aggressively remove articles still in active use. Pair every auto-archive with an author warning step and a grace period.
- Archived articles may not republish cleanly if data categories or page layouts changed since archiving. Validate before restoration.
- Standard search does not return archived content. Audit reports and Article Management views are the only way to find archived articles.
Trust & references
Cross-checked against the following references.
- Knowledge Article LifecycleSalesforce Help
- Archive Knowledge ArticlesSalesforce Help
Straight from the source - Salesforce's reference material on Archived Article.
- Knowledge Admin OverviewSalesforce Help
About the Author
Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.
Test your knowledge
Q1. What happens when an article is archived in Salesforce Knowledge?
Q2. Why archive an article instead of deleting it?
Q3. What is a common reason to archive articles?
Discussion
Loading discussion…