HITMAN Milliseconds Time Calculator (Under 5 minutes)

HITMAN Milliseconds Time Calculator (Under 5 minutes)

Score on Rating Screen:

Debug Mode



Time Calculation (minutes:seconds.milliseconds)


Mathematics/ Code Explanation

The full mathematical formula for calculating in game time from score, for runs of less than 5 minutes in-game time, is:

(210,000 - (N * 100,000 / M)) * (3 / 400)

The full mathematical formula for calculating in game time from score, for runs of 5 to 15 minutes, is:

(175,000 - (N * 100,000 / M)) * (3 / 50)

Let N = The Score shown on screen.
Let M = The Bonuses and Penalties added up.

Each Silent Assassin Bonus (Objectives Complete, Never Spotted, No Noticed Kills, No Bodies Found, No Recordings) is 20k points towards the M value, while each nontarget kill is -5k points towards the M value. Note that the Time Bonus does not count towards the M value. The maximum M value is 100,000.

If confused by terminology in above paragraph, refer to this reference image of Detailed Score (press P on a Hitman mission rating screen to get to this menu in-game)

Since most players do not show Detailed Score Menu in their run submissions, this site runs a script to account for all 20 possible M values, and calculates 20 possible decimal times as a result. The user is asked to report the the time shown on the rating screen (which rounds down to the nearest second). The calculated decimal time that is closest to the time shown on the rating screen is displayed to the user.

Usage Quirks

Error Calculation

Calculator for runs of 5 to 15 minutes

Usage Instructions

Code by Solderq35