Creatinine Clearance Calculator
Calculate CrCl using Cockcroft-Gault
Inputs
Provide the following 4 values to run the Creatinine Clearance Calculator:
- Age (years) [number] (required)
- Weight (kg) [number] (required)
- Serum Creatinine (mg/dL) [number] (required)
- Sex [select] (required)
What it calculates
This tool returns:
- CrCl (mL/min) — primary result
- Kidney Function
- Formula Used
Worked example
For the sample inputs below:
- Age (years): 10
- Weight (kg): 70
- Serum Creatinine (mg/dL): 100
- Sex: male
the Creatinine Clearance Calculator produces:
- CrCl: 1.3 mL/min
- Kidney Function: Kidney Failure
- Formula Used: Cockcroft-Gault
How it works
The result is derived through the following steps:
factor = sex === 'female' ? 0.85 : 1crcl = ((140 - age) * weight * factor) / (72 * creatinine)stage = crcl >= 90 ? 'Normal' : crcl >= 60 ? 'Mild' : crcl >= 30 ? 'Moderate' : crcl >= 15 ? 'Severe' : 'Kidney Failure'
Frequently Asked Questions
What is the Creatinine Clearance Calculator used for?
The Creatinine Clearance Calculator is used to estimate kidney function by calculating the creatinine clearance rate (CrCl) using the Cockcroft-Gault formula.
How does the Cockcroft-Gault formula work?
The Cockcroft-Gault formula estimates creatinine clearance based on serum creatinine levels, age, weight, and gender, providing a measure of renal function.
Why is creatinine clearance important for patients?
Creatinine clearance is important as it helps assess how well the kidneys are filtering waste from the blood, guiding dosage adjustments for medications.
Who should use this calculator?
This calculator is primarily used by healthcare professionals, including doctors and pharmacists, to evaluate kidney function in patients.
Is the tool easy to use?
Yes, the Creatinine Clearance Calculator is designed for ease of use. Simply input the required values, and it calculates the CrCl for you.