Reconstitution math connects four values: the amount stated on the vial, the water volume entered by the user, the target amount the user already intends to track, and the scale printed on a U-100 syringe. Keeping the units visible at every step makes the result easier to inspect.
Start with the inputs and outputs
- Vial strength is the total labeled amount in the vial, commonly entered in milligrams.
- Water volume is the user-entered liquid volume in milliliters.
- Target dose is a value the user has already chosen or received from a qualified professional. PepMetrics does not select it.
- The outputs are concentration in mcg/mL, draw volume in mL, and the equivalent U-100 syringe units.
Convert milligrams to micrograms
Milli and micro are metric prefixes. One milligram equals 1,000 micrograms. Converting the vial amount to the same unit used by the target amount prevents a hidden 1,000-fold mismatch.
mcg = mg x 1,000Multiply the labeled milligram amount by 1,000 before combining it with a target amount expressed in micrograms.
Find the concentration
Concentration describes how much of the labeled amount is represented by each milliliter of the entered liquid volume. A smaller water volume produces a larger calculated amount per milliliter when the vial strength is unchanged.
concentration in mcg/mL = vial strength in mg x 1,000 / water volume in mLConvert the vial strength to micrograms, then divide by the entered water volume.
Find the draw volume
draw volume in mL = target dose in mcg / concentration in mcg/mLDividing the user-supplied target amount by the calculated concentration produces a liquid volume.
Convert milliliters to U-100 units
A U-100 scale represents 100 units per milliliter. This is a unit conversion for that scale, not a statement that a particular syringe or route is appropriate.
U-100 units = draw volume in mL x 100Multiply the calculated milliliter volume by 100 only when interpreting a U-100 scale.
Follow one hypothetical example
Check common input mistakes
- Confirm whether each amount is labeled in mg or mcg before calculating.
- Enter the actual water volume as a number in mL rather than a syringe-unit value.
- Do not treat U-100 units as a mass amount. They describe positions on a U-100 volume scale.
- Recalculate when any vial, water, target, or syringe-scale input changes.
- Compare the result with the vial label and professional instructions before relying on it.