What this calculator does
This Monthly Salary to Hourly Wage Calculator converts a gross monthly salary into an equivalent hourly rate. It also reports your daily wage, your monthly salary for reference, and your projected annual income. The math is currency-independent, so you can read every figure in whatever currency your salary is paid in.
How to use it
Enter your gross monthly salary, then describe a typical work day: the whole hours plus any extra minutes you work, and how many days you work in a month. Press calculate. The tool combines hours and minutes into a fractional daily figure, multiplies by your monthly days to get total monthly working hours, and divides your salary by that total.
The formula explained
First, daily hours = hours + minutes / 60. Then total monthly hours = daily hours x days per month. Your hourly wage = monthly salary / monthly hours. Your daily wage = monthly salary / days per month, and your annual income = monthly salary x 12. Each money result is rounded to the nearest whole unit for display, while the calculation itself uses full precision.
$$\text{Hourly Wage} = \dfrac{\text{Monthly Salary}}{\left(\text{Hours/Day} + \dfrac{\text{Minutes/Day}}{60}\right)\times \text{Days/Month}}$$
Worked example
Suppose you earn 250,000 per month, work 7 hours 30 minutes a day, across 22 days. Daily hours = \(7 + 30/60 = 7.5\). Monthly hours = \(7.5 \times 22 = 165\). Hourly wage = \(250{,}000 / 165 = 1{,}515.15\), rounded to 1,515. Daily wage = \(250{,}000 / 22 = 11{,}363.64\), rounded to 11,364. Annual income = \(250{,}000 \times 12 = 3{,}000{,}000\).
FAQ
Is this gross or net pay? It is a gross conversion. It does not subtract taxes, social contributions, overtime premiums or bonuses — it simply spreads your stated monthly figure across your stated working time.
What if I enter zero hours or zero days? Dividing by zero is undefined, so the affected result is shown as zero to avoid an invalid value.
Why does the hourly times daily-hours not always equal the daily wage exactly? Because each output is rounded independently to a whole number, small rounding differences can appear between the displayed figures.