# What is a Recovery Point Objective (RPO)?

> A recovery point objective is the point in time before a disruption to which data must be recoverable.

- Canonical URL: https://yellowcube.eu/glossary/recovery-point-objective/
- Publisher: Yellow Cube
- Language: en
- Contact: hello@yellowcube.eu

## Content

It is commonly expressed as the maximum acceptable period of data loss, measured backward from the disruption. A 15-minute RPO means the recovery design should provide a sufficiently consistent restore point no earlier than 15 minutes before the defined disruption.

The organization sets an RPO from business impact, legal and contractual needs, transaction volume, data criticality, and the ability to reconstruct lost work. The target then informs backup, snapshot, replication, journaling, and recovery design. Different datasets within one service may need different objectives.

### Key points

- **Business decision:** Establish how much recent data, configuration, or transaction history the organization can tolerate recreating or losing.
- **Technical design:** Select protection intervals and replication methods that can preserve a recoverable point within the approved window.
- **Dependency alignment:** Include application state, databases, identity services, encryption keys, infrastructure definitions, and other components needed for a consistent restoration.
- **Verification:** Exercise recovery from representative failure and compromise scenarios, then measure the actual restore point achieved.
- **Important limitation:** An RPO is a target, not a guarantee. Replication can quickly copy corruption, deletion, or malicious encryption, and a recent backup may still be incomplete, inconsistent, or unusable.

### Related terms

[Recovery time objective (RTO)](<https://yellowcube.eu/glossary/recovery-time-objective/>) · [Disaster recovery](<https://yellowcube.eu/glossary/disaster-recovery/>) · [Business continuity](<https://yellowcube.eu/glossary/business-continuity/>) · [Backup](<https://yellowcube.eu/glossary/backup/>) · [Immutable backup](<https://yellowcube.eu/glossary/immutable-backup/>)

### Sources

[NIST glossary: Recovery Point Objective](https://csrc.nist.gov/glossary/term/Recovery_Point_Objective) · [NIST SP 800-34 Rev. 1: Contingency Planning Guide](https://csrc.nist.gov/pubs/sp/800/34/r1/upd1/final)

## Attribution and scope

This Markdown representation is generated from the same approved content records as the canonical HTML page. Cite the canonical URL above when referencing this material. Product and service descriptions are informational; confirm project-specific requirements with Yellow Cube.

