Recoverability refers to the capability of database systems to restore the database to a consistent state after a failure or error. It ensures that uncommitted transactions are rolled back to maintain data integrity, while committed transactions are permanently stored in the database, making their effects durable.