In binary arithmetic, carry refers to the value that is transferred to the next higher bit position when the sum of two bits exceeds the value that can be represented in a single bit. This concept is crucial for performing addition operations in binary and helps ensure that calculations are accurate as they progress from the least significant bit to the most significant bit. Understanding how carry works is essential for manipulating binary numbers and ensuring correct arithmetic operations.