Source: https://awesomecalcs.com/npv-calculator/10-percent-4-year-cashflows
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# NPV at 10%: 4-Year Project Cash Flows

> Net Present Value of a 1 lakh investment returning 30k/40k/50k over 3 years, at a 10% discount rate.

Interactive calculator: https://awesomecalcs.com/npv-calculator/10-percent-4-year-cashflows

Keywords: NPV calculator 10 percent, net present value 4 year project

## Scenario inputs

```json
{
  "inputs": {
    "cashFlows": [
      {
        "period": 0,
        "amount": -100000
      },
      {
        "period": 1,
        "amount": 30000
      },
      {
        "period": 2,
        "amount": 40000
      },
      {
        "period": 3,
        "amount": 50000
      }
    ],
    "discountRate": 10
  }
}
```

## Frequently asked questions

### Why is NPV negative here even though total cash inflow exceeds the investment?

The total inflow of 1,20,000 exceeds the 1,00,000 investment in raw terms, but once each future rupee is discounted at 10% per year, the present value of those inflows falls short of the initial outflow, so NPV comes out negative at this rate.
