Deepwoken’s health bar is tracked as percentage , from 100 down to 0, rather than a fixed visible unit size. The game’s max health starts at 200 HP , and the bar reflects your current HP as a percent of that total.

What that means

  • Default max health: 200 HP.
  • Bar display: current HP shown from 100% to 0%.
  • Power scaling: max health increases as you level Power, with the wiki noting +4 health per Power.

In plain terms

If you’re asking how “big” the bar is on-screen, it isn’t documented as a pixel measurement in the source I found. What is documented is that the bar represents your health in percentage form, and that the underlying max HP begins at 200.

So the practical answer is: Deepwoken’s health bar is a percent-based bar tied to a 200 HP base max.