There is a comprehensive atricle on the Arduino Uno Power Supply on technobyte https://technobyte.org/arduino-uno-power-supply-arduino-hardware-core/
The Uno board can operate on an external supply from 6 to 20 volts via the power jack. If supplied with less than 7V, however, the 5V pin may supply less than five volts and the board may become unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts.
If the power jack input voltage is 7V or greater, the Uno will use power from the jack, even if the USB port is connected. Only the data lines are used, not the USB +5V power.
The USB port of the Arduino Uno can be connected to a desktop/laptop. If the connection is enumerated, i.e. the computer recognizes the device, the current supplied to the board is 500mA at 5V. If the connection is not enumerated, 100mA is supplied at 5V.
It is possible to power up the Arduino using the 5V and GND pins, provided that the input given is steady and regulated 5V. The 5V pin bypasses the voltage regulator and all the safety measures present on the Arduino Uno, so if the input exceeds 5V (5.5 is the maximum upper limit), the board can be damaged.