Accepted answer
Your sample reads high, by the ratio of assigned to true potency, and your instinct on the second case is correct to within a fraction of a percent. Here is the derivation, then the numbers, then how it hides.
Why it reads high
Follow a single calibration solution. The analyst weighs 10.00 mg of standard powder into 10.00 mL. They then compute the concentration by correcting the weighed mass with the assigned potency:
- Declared concentration:
10.00 mg x 0.950 / 10.00 mL = 0.950 mg/mL
- True concentration:
10.00 mg x 0.880 / 10.00 mL = 0.880 mg/mL
The detector produces some peak area A for that solution. The reported response factor is therefore slope = A / 0.950, whereas the true slope is A / 0.880. Because the declared concentration is larger than the truth, the reported slope is smaller than the true slope — the analyst believes the detector is less sensitive than it is.
Now the sample. Its concentration is computed as area_sample / slope. Dividing by a slope that is too small gives an answer that is too large:
reported / true = 0.950 / 0.880 = 1.0795
Every result in that run reads 8.0% high. Directionally: an over-assigned standard flatters the sample. This is worth internalising because it is the direction that costs money — a standard assigned generously makes short vials look full, and there is no incentive anywhere in the chain to catch it.
What that does to a real vial
Take a vial whose true content is 9.30 mg of a nominal 10 mg:
- Reported:
9.30 x 1.0795 = 10.04 mg — 100.4% of label. Reads perfect.
- The genuine 7% shortfall has been erased by a 7% error in the standard.
The purity-as-potency case, which is much worse
Now the second scenario. The lab takes the supplier's chromatographic purity of 99.0% as the assigned potency, ignoring water and counter-ion. Say the standard material is a typical lyophilised acetate salt: water 5.5%, acetate 7.0%, residual TFA 0.5%, so net peptide 87.0%, and of that 99.0% is target, giving a true potency of 87.0 x 0.990 = 86.1%.
- Assigned: 99.0%. True: 86.1%.
reported / true = 0.990 / 0.861 = 1.1498
- Every result reads 15.0% high.
And the consequence you predicted:
| True content of a 10 mg vial | Reported with correct standard (88.9%) | Reported with purity-as-potency (99.0%) | Verdict flips? |
| 10.00 mg | 10.00 mg (100%) | 11.50 mg (115%) | looks over-filled |
| 8.70 mg | 8.70 mg (87%) | 10.00 mg (100%) | yes — short vial reads at label |
| 7.50 mg | 7.50 mg (75%) | 8.62 mg (86%) | short, but much less alarming |
| 6.00 mg | 6.00 mg (60%) | 6.90 mg (69%) | still obviously short |
An 8.70 mg vial reports as exactly 10.00 mg. This is not a hypothetical: taking a supplier's HPLC purity as a potency is the single most common quantitation error in this space, it always errs in the flattering direction, and it produces reports that are internally consistent and completely wrong.
Why it is invisible on one report
Because a systematic calibration error violates nothing you can see. The chromatography is fine, the standard curve is linear with an excellent r-squared, the replicate injections agree to 0.4% RSD, the check standard recovers at 100.1% — because the check standard is prepared from the same mis-assigned material and inherits the same error. All the internal consistency indicators pass. Precision is unaffected; only accuracy is wrong, and accuracy is exactly what a run's internal controls cannot test.
What does expose it:
- Two labs, one vial, systematic disagreement. Random disagreement of 2 to 3% is normal. A consistent 10 to 15% offset between two labs across several samples is a calibration difference, not noise, and the direction tells you which one is optimistic.
- Content above 100% of label, repeatedly. Fill overages exist, but a lab reporting 110 to 118% of label across many different vendors' products is reporting its own standard error. Genuine consistent over-fill at that level does not happen.
- Content that exceeds the peptide-content ceiling. This one is a hard check you can do yourself. A 10 mg gross-fill vial of an acetate salt cannot contain more than about 8.8 mg of target peptide, because water and counter-ion occupy the rest. If a report says a vial with 10.0 mg gross contains 9.9 mg of peptide, the mass balance is impossible and the standard is over-assigned. Ask for gross weight alongside content precisely so you can run this check.
- Asking for the certificate. If the assigned value has no stated basis, assume as-is versus anhydrous confusion until shown otherwise.
The uncomfortable summary: content assays are the most useful number you can buy and they are only as trustworthy as a document nobody asks to see. Ask to see it.
edited 1 Mar 2026 by stopper_core — added a caveat about sampling
6The impossible-mass-balance check is the best thing in this thread. Gross weight plus content gives you a free audit of the lab. – bridget_nyathi 9 months ago 7Confirming the direction from experience: every lab I have caught mis-assigning was reading high, never low. The incentive gradient is real. – low_dead_space 29 days ago 4Worth noting the check standard inheriting the error is why "our QC passed" is not a response to this. – Dr_Nadia_Farsi 3 months ago add a comment