Overtime Pay Calculator
Overtime Pay Calculator lets you overtime earnings multiply extra hours by the chosen premium rate. Enter your own values or load the worked example.
- Copy or download the computed result
- Adjust hourly rate
- See the processing method and limits
Method and calculation
Overtime earnings multiply extra hours by the chosen premium rate.
Inputs and settings
Overtime Pay Calculator accepts Hourly rate (minimum 0); Regular hours (minimum 0); Overtime hours (minimum 0); Overtime multiplier (minimum 0).
Worked example
Overtime Pay Calculator example — Hourly rate: 200; Regular hours: 40; Overtime hours: 5; Overtime multiplier: 1.5. Computed output: { "regularPay": 8000, "overtimePay": 1500, "total": 9500 }
Output and limitations
Overtime Pay Calculator: Use finite inputs. Results use double-precision arithmetic.
Technical references: JavaScript numerical operations
Overtime Pay Calculator FAQs
Overtime Pay Calculator applies the following rule to your input: Overtime earnings multiply extra hours by the chosen premium rate. The worked example on this page uses the same processor as the result button.
Overtime Pay Calculator has these boundaries: Use finite inputs. Results use double-precision arithmetic. Start by checking the hourly rate field against the units or format shown.
Overtime Pay Calculator provides this sample: { "regularPay": 8000, "overtimePay": 1500, "total": 9500 }. Use the sample button to reproduce it, then replace the inputs with your own values.