CUMIPMT Function

Excel Functions › Financial

All versions Financial

The Excel CUMIPMT function returns the cumulative interest paid between two periods of a loan.


Quick answer:
=CUMIPMT(6%/12, 5*12, 25000, 1, 12, 0) // year-1 interest total

Syntax

=CUMIPMT(rate, nper, pv, start_period, end_period, type)
ArgumentDescription
rateRequiredRate per period.
nperRequiredTotal periods.
pvRequiredPresent value.
start_periodRequiredFirst period in the range.
end_periodRequiredLast period in the range.
typeRequired0 end or 1 start (required here).

How to use it

CUMIPMT returns the cumulative interest paid between two periods of a loan.

=CUMIPMT(6%/12, 5*12, 25000, 1, 12, 0) // total interest in year 1

Try it: interactive demo

Live demo

This is the formula pattern CUMIPMT uses — copy it into Excel with your own numbers.

Result: computed in Excel

Practice workbook

📊
Download the free CUMIPMT practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

What is CUMIPMT used for?
Totaling interest over a span — e.g. interest paid in a tax year or over the first 5 years of a mortgage.
Is the type argument optional?
No — CUMIPMT and CUMPRINC require the type argument explicitly.
Which Excel versions support it?
All modern versions.
Why might it return #NUM! or #VALUE!?
Out-of-range arguments (e.g. negative rate or settlement after maturity) give #NUM!; non-numeric inputs give #VALUE!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: PMT · FV · PV · RATE · NPER