# Fractional Excretion of Sodium (FENa)

Calculate the Fractional Excretion of Sodium (FENa) to differentiate prerenal from intrinsic acute kidney injury: FENa (%) = [U_Na × S_Cr] / [S_Na × U_Cr] × 100. In oliguric AKI, FENa <1% suggests prerenal azotemia (sodium-avid state: volume depletion, heart failure, hepatorenal syndrome), while FENa ≥1% suggests intrinsic injury (typically ATN). FENa >4% is sometimes cited as supportive of post-obstructive pathology. Caveats: unreliable on diuretics (use FEUrea <35%), contrast/sepsis ATN can present with low FENa, chronic CKD and glucosuria elevate FENa independently. Derived from Espinel CH, JAMA 1976. Most useful in oliguric AKI; interpret with full clinical context. Not medical advice.

> Canonical page: https://elysiatools.com/en/tools/fractional-excretion-sodium

- **Category:** Health

- **Keywords:** FENa, fractional excretion sodium, acute kidney injury, AKI, prerenal, ATN, acute tubular necrosis, urine sodium, nephrology, renal, oliguric

## Overview

The Fractional Excretion of Sodium (FENa) calculator estimates the percentage of filtered sodium excreted in urine using urine sodium, serum creatinine, serum sodium, and urine creatinine. In oliguric acute kidney injury, the result can help distinguish prerenal azotemia from intrinsic renal injury, but it must be interpreted with the full clinical context.

## Inputs

- **Urine Sodium U_Na (mmol/L)** (number): Urine sodium concentration in mmol/L. Must be ≥0.
- **Serum Creatinine S_Cr (mg/dL)** (number): Serum creatinine in mg/dL. Must be positive.
- **Serum Sodium S_Na (mmol/L)** (number): Serum sodium concentration in mmol/L. Must be positive.
- **Urine Creatinine U_Cr (mg/dL)** (number): Urine creatinine concentration in mg/dL. Must be positive.
- **Decimal Places** (number)

## When to use

- Assess oliguric acute kidney injury when prerenal azotemia and intrinsic renal injury are being considered.
- Review urine and serum laboratory values using the standard FENa formula.
- Support clinical interpretation alongside volume status, medications, comorbidities, and other kidney findings.

## How it works

- Enter urine sodium in mmol/L, serum creatinine in mg/dL, serum sodium in mmol/L, and urine creatinine in mg/dL.
- The calculator applies FENa (%) = (urine sodium × serum creatinine) ÷ (serum sodium × urine creatinine) × 100.
- Choose the number of decimal places for the displayed result, from 0 to 8.
- The output reports the FENa percentage, category, and a related interpretation such as prerenal azotemia or intrinsic renal injury.

## Use cases

- Nephrology review of urine and serum measurements in oliguric acute kidney injury.
- Clinical education on the relationship between sodium handling and acute kidney injury categories.
- Quick documentation or verification of FENa calculations using standardized laboratory inputs.

## Frequently asked questions

### What does FENa measure?

FENa estimates the percentage of filtered sodium that is excreted in the urine.

### What does a FENa below 1% suggest?

In oliguric acute kidney injury, a value below 1% is consistent with prerenal azotemia or another sodium-avid state.

### What does a FENa of 1% or higher suggest?

A value of at least 1% is consistent with intrinsic renal injury, typically acute tubular necrosis.

### Can diuretics affect FENa interpretation?

Yes. Diuretics can make FENa unreliable; FEUrea may be considered instead, with a value below 35% often used in this context.

### Is this calculator medical advice?

No. FENa should be interpreted by a qualified clinician with the complete clinical picture.

## Related tools

- [Adaptive 12-Point Hidden Watermark](https://elysiatools.com/en/tools/adaptive-12-point-hidden-watermark): Add a subtle text watermark to one image or every supported image in a ZIP, at all, random, or chosen perimeter positions with automatic dark/light local contrast.
- [Cardiac Output by Thermodilution (Stewart-Hamilton)](https://elysiatools.com/en/tools/cardiac-output-thermodilution): Compute CO = V × (T_b − T_i) × 60 × 1.08 / A from a thermodilution curve, with optional cardiac index from BSA (normal 2.5–4.0 L/min/m²). Not medical advice.
- [IV Drip Rate Calculator (Gravity)](https://elysiatools.com/en/tools/iv-drip-rate-calculator): Calculate the gravity (manual) IV drip rate in drops per minute: gtt/min = Volume × Drop factor / Time. Drop factor selectable (macro 10/15/20 or micro 60 gtt/mL). Time may be hours+minutes or minutes; rounded to whole drops with drift warning. Vasoactive/cardiotonic drugs and pediatric infusions must ALWAYS use a pump. Derived from Philips 2007, Macklin 2011, MDCalc, and ISMP. Not medical advice.
- [Minimum Spanning Tree (Kruskal / Prim)](https://elysiatools.com/en/tools/minimum-spanning-tree): MST with both textbook algorithms: Kruskal's sorted accept/cycle-reject log and Prim's component growth, cross-checked to agree on the total weight; disconnected graphs rejected.
- [Twitter / X Thread Splitter](https://elysiatools.com/en/tools/twitter-thread-splitter): Paste a long text and split it into a numbered X thread that respects the 280-character limit. Splits on word/sentence/paragraph boundaries, auto-adds 1/N numbering, weighs CJK and full-width characters correctly, counts URLs as 23 characters, and shows a live X-style preview card for each tweet with a character meter.
- [Words to Number](https://elysiatools.com/en/tools/words-to-number): Convert English number-words into digits. Handles magnitudes, "and", decimals via "point", and hyphens, replacing the number-run in place.
- [Batch Image Watermark](https://elysiatools.com/en/tools/batch-watermark): Add watermarks to multiple images with text or image watermarks, position control, and batch processing
- [AHU Coil Capacity Calculator (Cooling / Heating)](https://elysiatools.com/en/tools/ahu-capacity-calculator): Compute the total, sensible, and latent capacity of an air-handling-unit (AHU) coil from the entering/leaving air state and the dry-air mass flow ṁ_da. Total capacity Qt = ṁ_da·(h1 − h2); sensible capacity Qs = ṁ_da·cp_ma·(T1 − T2) with cp_ma ≈ 1.006 + 1.86·W \[kJ/(kg da·K)\]; latent capacity Ql = Qt − Qs; Sensible Heat Ratio SHR = Qs / Qt. Each state is described by dry-bulb T plus one humidity input (relative humidity φ, or humidity ratio W); W is derived from the Magnus saturation fit when RH is supplied, and enthalpy h = 1.006·T + W·(2501 + 1.86·T) \[kJ/kg da\]. Signed result — works for cooling or heating coils.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [SVG Samples](https://elysiatools.com/en/samples/svg-samples): Scalable Vector Graphics (SVG) samples demonstrating various SVG features and techniques

## Related content

- [Renal Function, Dialysis, and Dose-Model Checks](https://elysiatools.com/en/hubs/renal-function-dialysis-dose-calculators): Compare kidney-function formulas, dialysis adequacy metrics, and renal medication math in an educational workflow that avoids patient-specific dosing or diagnosis.
