RashNarzędzia

    Kalkulator procentowy

    Pięć kalkulatorów w jednym — oraz tryb nauki, który uczy procentów krok po kroku z grą.

    Ile to X% z Y?

    %

    20% of 150 =

    30

    Jakim % z Y jest X?

    30 is ___% of 150

    20 %

    % Increase / Decrease

    Zmień z 100 → 125

    +25 %

    Dodaj / Odejmij %

    %

    + 15%

    230

    − 15%

    170

    Kalkulator napiwków

    %

    Kwota napiwku

    12

    Całkowita kwota do zapłaty

    92

    Solve every kind of percentage question

    Percentage of a number, increase and decrease, and 'what percent of' — each with its own input.

    Discounts and price changes

    Work out a sale price, a markup, or how much a bill went up, without rearranging a formula in your head.

    Try this tool
    Discounts and price changes

    Percentage change between two values

    Compare last month to this month for marks, sales or weight and get the increase or decrease as a clean figure.

    Open Darts Score Calculator
    Percentage change between two values

    Reverse it too

    Given a part and a total, find the percentage — the calculation most people get backwards under pressure.

    Open Patio Calculator
    Reverse it too

    Step-by-step guide

    How to use Percentage Calculator?

    Solve every kind of percentage problem in seconds — of, increase, decrease, difference.

    Step-by-step instructions

    1. 1

      Pick the type of calculation (X% of Y, what % is X of Y, increase, decrease, etc.).

    2. 2

      Enter your two numbers.

    3. 3

      Read the answer instantly.

    4. 4

      Copy the result with one click.

    Benefits

    • Handles all common percentage scenarios.
    • Zero setup — just type and get the answer.
    • Great for tips, discounts, tax and grades.
    • Works offline in your browser.

    Who is it for?

    • Shoppers computing discounts
    • Students calculating exam percentages
    • Business users working out tax and margins

    FAQ

    Najczęstsze pytania

    Enter the percentage value in the left field (for example type 15 or 15%) and the base number in the right field (for example 200 or $200). Click the Calculate button or press Enter; the tool returns the result with a breakdown: X% of Y = Z and shows intermediate math (0.15 × 200 = 30). Use the Clear button to reset fields. For currency values you can include $ or € and commas — the parser accepts common punctuation and returns results to up to six decimal places.

    Choose the Percent Change mode from the dropdown (labeled 'Percent Increase/Decrease'), enter the original value in the 'From' box and the new value in the 'To' box, then hit Calculate. The output shows the percent change, whether it’s an increase or decrease, and the absolute difference (for example From 80 To 100 → +25.00%, Δ=20). Results honor rounding settings (Round to 2 decimals by default) which you can change in the small gear icon. The tool also flags division-by-zero attempts with an 'original value is zero' message and suggests using absolute difference instead.

    The tool defines percentage change as (new − old)/old × 100 and percentage difference as |a − b|/((a + b)/2) × 100; select the desired calculation via the 'Mode' dropdown. Percentage change is directional and shows increase/decrease, while percentage difference is symmetric — useful when there’s no clear baseline. Both modes display the exact formula used and the intermediate numbers so you can verify the math. If you import a CSV for pairwise comparisons, each output column is tagged with the mode used for that row.

    Yes — use the Import CSV button to upload a .csv file with two columns named From and To (or one column plus a Percentage column for X% of Y). The tool accepts .csv up to 5 MB and up to 10,000 rows in Chrome/Firefox on desktop; on iOS Safari you may be limited to roughly 2,000 rows due to memory. After import, click Calculate All and download results as a .csv via Export CSV; the output includes original columns plus calculated columns and a header documenting the mode and rounding used.

    You can type plain integers (42), decimals (3.14159), percentages (20%), currency with symbols ($1,234.56 or €1.234,56 where commas/periods follow your locale), and negative values (−50 or (50)). For CSV imports, the parser reads numbers in standard US and EU formats; if mixing locales, normalize to plain digits or include a dot for decimals to avoid parsing errors. The tool preserves up to six significant decimals and offers a rounding control; extreme values above ±1e12 will display in scientific notation in the result pane.

    You'll encounter 'Invalid number' when a field contains letters or mismatched locale formatting — remove currency symbols or convert commas/dots to the correct decimal style and retry. 'CSV parse error' usually means missing headers or malformed rows; rename the first row to From/To or Percentage and re-upload. If you see 'original value is zero', switch to the percentage-difference mode or provide a nonzero baseline to compute percent change. In low-memory environments (mobile Safari), break CSVs into smaller files under ~2,000 rows to avoid browser crashes.

    All calculations are performed client-side in your browser; no signup or server upload is required for single entries. If you use CSV import, the file is parsed in the browser and only the downloaded .csv leaves your machine if you choose to export — the site does not store uploaded files. For very large CSVs the browser may use temporary memory which can be observed in your browser task manager; if privacy is critical, work with smaller local CSVs or use an offline spreadsheet application.

    On desktop Chrome or Firefox the interface supports large CSV imports (up to 5 MB / 10,000 rows) and keyboard shortcuts (Enter to Calculate, Ctrl/Cmd+S to download exported CSV). On mobile Safari and older Android browsers the UI hides some options under a compact menu and large imports are limited by available memory — roughly 2,000 rows on iOS. Touch keyboards may insert nonstandard characters (curly quotes, nonbreaking spaces) so paste numeric data into a plain-text editor first to avoid 'Invalid number' errors.

    The calculator uses IEEE double precision in JavaScript and displays up to six decimal places by default; you can change rounding from 0 to 6 decimals in the Settings (gear icon). For financial calculations use 2 decimal places and select 'Round half up' if you need traditional bank rounding; alternatively choose 'Truncate' for floor-style truncation. The trade-off is between display readability and precision: increasing decimals keeps exactness but can clutter the result pane and exported CSV.

    For single calculations and quick bulk CSV operations this web tool is faster because it requires no formulas: select the mode, paste numbers, and click Calculate; results include intermediate math and export-ready CSV. Excel is more flexible for complex conditional logic, pivoting, or very large datasets (>10,000 rows) and supports custom formatting, while this tool provides quick, formula-free answers and labeled CSV outputs without creating spreadsheets. If you need offline automation or macros, use Excel/LibreOffice; use the web tool for ad-hoc checks or when you don’t want to write formulas.

    Percentage Calculator — Free Online Percentages Tool is free to use with no signup, no watermarks on exported CSVs, and no usage limits for single calculations. Bulk CSV features (Import/Export) are available to all users but are constrained by browser and file size limits (5 MB/10,000 rows on desktop). There is no paid tier; the only trade-offs are browser memory limits and the lack of an offline native app — export your CSV and process it locally if you need offline workflows.

    After calculation use the Copy Result button next to the numeric output to copy formatted text (e.g., "15% of $200 = $30.00"); Ctrl/Cmd+C works too once the result is focused. Use Enter to trigger Calculate, Esc to Clear, and Ctrl/Cmd+S to download the exported CSV after a bulk run. For reproducible workflows save your input CSV with a header that includes the mode and rounding preferences, and use the tool’s Export CSV which appends a calculation log column so you can trace how each row was computed.

    O tym narzędziu

    Kalkulator Procentowy — Darmowe Narzędzie Online

    Obliczaj procenty online: znajdź X% z Y, wzrost lub spadek procentowy łatwo. Darmowy, bez rejestracji, działa w przeglądarce.