Unsigned numbers are numerical values that can only represent non-negative integers, meaning they do not have a sign bit to indicate whether the number is positive or negative. This property allows unsigned numbers to utilize all available bits for representing positive values, effectively doubling the maximum value that can be stored compared to signed numbers. They are commonly used in computer systems and digital devices where negative values are not required.