PotPlayer does not have a single toggle to show milliseconds in the main interface timer, but you can display them using the On-Screen Display (OSD) or by copying the timestamp to your clipboard. Displaying Milliseconds via OSD
You can force PotPlayer to show precise time information, including milliseconds, on the video screen:
Toggle OSD: Press Scroll Lock or Pause/Break to cycle through different OSD playback information. Customizing OSD: Press F5 to open Preferences. Navigate to General > OSD Messages.
Ensure "Show playback time in OSD" is enabled. You can often customize the format here to include milliseconds (e.g., using tags if the skin supports them). Copying Time to Clipboard
If you need the millisecond value for editing or documentation, PotPlayer has a built-in feature to copy the exact current time: Go to Preferences (F5) > General > Keyboard. potplayer show milliseconds
Search for the command Copy current playback elapsed time to clipboard (usually under "Misc/Other"). Assign a hotkey to it.
In the format settings for this command, you can specify HH:MM:SS.mmm to ensure milliseconds are included when you paste the time. Alternative: Frame Display
If you are performing frame-accurate work, you can toggle frame numbers instead of time by pressing Ctrl + G to jump to a specific frame or by enabling frame info in the OSD settings.
hh:mm:ss.SSS.Many users report that the milliseconds option is missing or greyed out. Here is why: PotPlayer does not have a single toggle to
In older PotPlayer versions (< 1.7), you had to edit the registry. Now it's built-in, but if you're using a legacy version:
regedit (Registry Editor).HKEY_CURRENT_USER\Software\Daum\PotPlayer\SettingsTimeFormat and set value to 4 (for milliseconds).Not recommended – use the in-app settings above.
If you want PotPlayer to always show milliseconds (or save the setting so you don't have to toggle it every time), follow these steps:
Once applied, the time displayed on the video (usually top-left during playback or when seeking) will now include milliseconds. Right‑click → Preferences (F5)
In rare cases, DXVA (GPU decoding) struggles with real-time millisecond polling on very old versions of PotPlayer.
Third-party skins (e.g., "Windows 10," "Zune," or "Minimalist") often hardcode the time format. They do not support millisecond variables.
hh:mm:ss.msHH:MM:SS.mmm (hours:minutes:seconds.milliseconds)MM:SS.mmm (if you don't need hours)If you don't see these exact options, choose Custom and manually enter:
hh:mm:ss.ttt (where ttt = thousandths = milliseconds)