Percentage Calculator

Solve common percentage questions including percentage of a total, value from a percentage, and percentage change

Example Results

1 examples

Calculate how much of the quarterly total one channel contributed

Switch between common percentage modes to answer reporting, finance, sales, or classroom questions quickly.

{
  "result": {
    "percentage": 37.5
  }
}
View input parameters
{ "mode": "percentage-of-total", "value": "45", "total": "120", "percentage": "", "originalValue": "", "newValue": "", "decimalPlaces": 2 }

Key Facts

Category
Math, Date & Finance
Input Types
select, text, number
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Percentage Calculator is a versatile mathematical tool designed to solve common percentage-based problems with precision. It allows users to quickly determine the percentage of a total, calculate a specific value from a given percentage, or find the percentage change between two numbers, all while offering customizable decimal precision for accurate reporting.

When to Use

  • Calculating the percentage of a specific value relative to a total sum for financial or statistical reports.
  • Determining a numerical value when only the percentage and the total amount are known.
  • Measuring the percentage increase or decrease between original and new values to track growth or loss.

How It Works

  • Select the desired calculation mode: Value as % of total, Value from X%, or % change.
  • Input the required numerical data into the corresponding fields such as Value, Total, or Original/New values.
  • Set the preferred number of decimal places, ranging from 0 to 12, to control the output precision.
  • The tool processes the inputs and returns the calculated percentage or value in a structured JSON format.

Use Cases

Business analysts calculating market share by comparing individual company revenue to total industry sales.
Retailers determining the percentage discount applied to products during seasonal sales events.
Students and educators solving mathematical problems involving ratios, proportions, and percentage changes.

Examples

1. Quarterly Traffic Contribution

Marketing Analyst
Background
An analyst needs to determine the impact of a specific social media channel on overall website traffic for a quarterly report.
Problem
The channel generated 45 visits out of a total of 120 website visits.
How to Use
Set the mode to 'Value as % of total', enter 45 in the Value field, and 120 in the Total field.
Example Config
mode: percentage-of-total, value: 45, total: 120, decimalPlaces: 2
Outcome
The tool calculates that the channel contributed exactly 37.5% of the total traffic.

2. Year-over-Year Revenue Growth

Small Business Owner
Background
A business owner is reviewing annual performance to see how much revenue has increased compared to the previous year.
Problem
Last year's revenue was $80,000, and this year's revenue reached $96,000.
How to Use
Select the '% change from original to new' mode, enter 80000 as the Original Value, and 96000 as the New Value.
Example Config
mode: percentage-change, originalValue: 80000, newValue: 96000, decimalPlaces: 1
Outcome
The tool identifies a 20.0% increase in revenue for the current year.

Try with Samples

math-&-numbers

Related Hubs

FAQ

How do I calculate a percentage increase?

Select the '% change from original to new' mode and enter your starting and ending values.

Can I adjust the precision of the result?

Yes, you can specify the number of decimal places from 0 up to 12 in the settings.

What is the 'Value as % of total' mode used for?

It calculates what percentage a specific number represents out of a larger total amount.

Can I find a number if I only know its percentage of a total?

Yes, use the 'What value is X% of total' mode to find the specific numerical amount.

Is this tool suitable for calculating sales tax?

Yes, it can be used to find the tax amount by calculating a percentage of the total price.

API Documentation

Request Endpoint

POST /en/api/tools/math-percentage-calculator

Request Parameters

Parameter Name Type Required Description
mode select No -
value text No -
total text No -
percentage text No -
originalValue text No -
newValue text No -
decimalPlaces number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-math-percentage-calculator": {
      "name": "math-percentage-calculator",
      "description": "Solve common percentage questions including percentage of a total, value from a percentage, and percentage change",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=math-percentage-calculator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]