Average & Weighted Average Calculator

Calculate simple average, weighted average, median and other statistics from a dataset

Options

Enter numbers separated by commas or spaces
Average:
Median:
Count:

Use Cases

📊
Grade Calculation

Calculate weighted average of test scores and assignments

💼
Business Analytics

Analyze average sales and performance metrics

📈
Data Analysis

Calculate statistical measures for datasets

🏫
Academic Research

Compute averages and medians for statistical analysis

How to Use

  1. Enter your numbers separated by commas or spaces
  2. Optionally check "Calculate Weighted Average" and enter weights
  3. Click the Calculate button to compute results
  4. View average, median, and other statistics

How It Works

  • Simple Average: Sum of all values divided by count
  • Weighted Average: Σ(Value×Weight) ÷ Σ(Weights)
  • Median: Middle value when sorted
  • Count: Total number of values entered
  • Flexible Input: Accept comma or space-separated values
  • Browser-Based: All calculations performed locally

Frequently Asked Questions

What is the difference between average and weighted average?

Average treats all values equally, while weighted average assigns different importance levels (weights) to each value.

How do I calculate weighted average?

Multiply each value by its weight, sum the results, then divide by the total of all weights: Σ(Value×Weight) ÷ Σ(Weights)

What is median?

The median is the middle value in a sorted list of numbers. For even counts, it's the average of the two middle values.

Is my data stored?

No, all calculations are performed locally in your browser. Your data is never sent to any server.

Can I calculate average of negative numbers?

Yes, the calculator works with positive, negative, and decimal numbers.