Amortized cost refers to the average cost per operation in a sequence of operations over a data structure, even if some operations are more expensive than others. It provides a way to analyze the total cost of a series of operations, ensuring that the overall performance remains efficient despite occasional costly operations.