11

I have seen questions like How much does a square inch of ink cost and How much more will a high-dpi image cost to print?, but mine isn't asking neither about a specific case, nor about how much something costs, as that would depend on the toner, for example.

Rather, I was wondering how should I go about calculating the cost of printing a given page. Note that "given page" should be seen as a sort of x, i.e. the answer should be applicable in any case; I'd like this question to provide a good reference for those who want to calculate this cost.

What should be taken into consideration?

The cost of a single page (the paper only) is easily checkable, since you divide the cost of the whole package for the number of pages in the package itself. But how do I calculate the cost of the ink/toner? Which could translate to: how do I calculate the Ink Density1 for a given printer?

I know it depends on quality of the printer itself, the type, the quality of the image being printed, the very nature of what I'm going to print, etc. But again, the focus of my question is not on the variables of this case, but rather the constants, hoping the math simile works for this case too.


1: Total amount of ink in one area of the page.

Alenanno
  • 323

1 Answers1

6

This is very tricky when it comes to color printing, as there are even more variables involved.

I calculate the costs of printing one page as follows (similar to the suggestion of Daniel R Hicks)

pages per cartridge as claimed by the manufacturer / price per cartridge + average price for 1 blank sheet of paper.

This paper describes the procedure how manufacturers derive the pages per cartridge.

In the end you have to compare printers like cars. You have to separate price, quality, maintenance costs and average costs per unit (sheet or km) and weight them individually. The pages per cartridge is as good as average fuel consumption.

You can also calculate the costs after emptying a cartridge. You can either estimate the pages you have printed by counting the paper packages (1 package = 500 pages) you have used or use some kind of tool to get the exact number. Then you can easily divide it by the price for the cartridge and add the average price per blank page.

If you want to get really fancy you can also use the MTBF or your estimate on how long you are going to use your printer and how many pages you print per year. Lets say your printer costs 600€, you print 5000 pages per year and you want your printer to last about 5 years. You have to add 600 € / (5 * 5000) = 0.024 € to every sheet of paper you print.

ayckoster
  • 519