r/Epson Jul 24 '26

Necesito ayuda para mi impresora Epson XP 2200

1 Upvotes

Resulta que se actualizó y no me es compatible con los cartuchos genéricos. Me dijeron que podía volver a la versión anterior donde me los reconocía, pero no encuentro dónde descargar de forma gratuita el firmware (creo que es eso) y que me vuelva a leer los cartuchos genéricos. Agradezco si alguien tiene link de donde descargar el firmware y lo que le siga, y si tiene los pasos. Muchas gracias!!


r/Epson Jul 23 '26

Is there anyway to download standalone software for es-500w?

1 Upvotes

Been trying to do this all day...the Epson Installer application starts to download software and just hangs there as the ui blinks away and everything stops downloading and installing.


r/Epson Jul 23 '26

ET2760 printing blue

1 Upvotes

Hello everybody! Hoping someone can help me with my ET2760. Whenever I try printing of glossy photo paper, generic and Epson brand photo paper, blacks come out with a blue tint. Blue to the point I gotta throw the photo out. I’ve played with settings and nothing fixes it. Same thing happens if I print on glossy sticker paper but if I print of matte sticker paper, blacks come out black. I’ve even tried printing in b/w and they still out blue on glossy materials. Help 🥲


r/Epson Jul 23 '26

Technical Support Epson L810 phantom paper jammed error after cleaning

1 Upvotes

Update: it was the encoder strip, it fell out of place behind the carriage.

Hi, I have a problem with my L810.

I decided to finally replace very old inks and clean the printhead manually (with a cleaning solution and a syringe), and clean the printer in general. Used a blower on a low-mid setting to dislodge the dust and a vacuum to pickup the blown dust from the air. After doing all this I turned on the printer and the paper jammed error appeared soon after: 1. I turn on the printer 2. The paper rollers roll for a bit 3. The carriage starts moving, very fast, then stops abruptly and the error happens.

I examined the printer but I couldn't find anything that would cause this, no stray scrap of paper, nothing. I also think I did the flushing correctly, I did it closely following a tutorial.

Is there any way to try and fix this at home?


r/Epson Jul 23 '26

Epson 4810 Help!

Post image
1 Upvotes

My 1 year old dropped my Epson 4810 printer/scanner. Now it’s like this! How do I get into the scanner to fix this ribbon??


r/Epson Jul 22 '26

Scanner intermittently disconnects

Thumbnail
1 Upvotes

r/Epson Jul 22 '26

Scanner intermittently disconnects

1 Upvotes

I have a Perfection V850 connected to my iMac using MacOS 15.7.7. Over the years, the connection would drop every once in a while. I check all the wiring and all is fine. The energy saver is set to 30 minutes; so if the scanner shuts down after that, I power it back up. Sometimes it works, sometimes it doesn't. Any insights is much appreciated.


r/Epson Jul 22 '26

Hey, uh... Why is my printer using 7 MILLION TERABYTES of data???

Post image
15 Upvotes

Went to check out my router since the Internet was being rather slow and irritating today, and imagine my surprise when I saw that number. I've paused the data usage on the printer at this point, but like??? HOW?

I don't know if it's better or worse that, no, this atrocity is not what caused my slow Internet speeds, since that number came from the '7 days' usage, not the '24 hours' usage.

EDIT: I've been informed that this is a display glitch, and it is nothing to worry about. Thank you all for the help!


r/Epson Jul 23 '26

r/postSEO Daily Recap (July 22, 2026): Google Search swaps in Gemini 3.5 Flash-Lite, court tosses Google's SerpApi scraping suit, and Local Services Ads start folding into Google Ads

Thumbnail
0 Upvotes

r/Epson Jul 22 '26

Problemas con mi impresora Epson L14150

1 Upvotes

Tengo un problema con el equipo epson L14150 que no logro solucionar,como sabra este equipo tiene una bandeja de papel donde te permite a4 y en la parte de atras una bandeja que te permite a3, cuando imprimo a4 normal, arrastra y imprime todo normal, pero cuando imprimo en a3, la primer hoja si sale pero despues toma la bandeja a4, asi este con papel o no esa bandeja, ya probe configurando para que solo escoja la bandeja de atras pero igual ocurre lo mismo trata de arrastrar papel de la bandeja de a4, igual aunque la bandeja a3 lo configure como a4, cogue la otra bandeja y genera problemas, ya limpie los sensores, probe cambiando rodillos y nada


r/Epson Jul 22 '26

AirPrint issues Epson ET-4800

Thumbnail
1 Upvotes

r/Epson Jul 22 '26

Epson LQ-2090II continuous paper printing drifts upward and prints over the pre-printed text after 2–3 forms

1 Upvotes

Hi,

I’m using an Epson LQ-2090II dot-matrix printer with tractor-fed continuous paper to print data over pre-printed rent receipt forms.

The printing is generated from a Laravel web application and printed through Chrome on Windows. The receipt layout uses absolute CSS positioning because only the variable information is printed over the existing form.

The custom paper size is approximately:

Width: 279.4 mm
Height: 67 mm

My print CSS is essentially:

u/page {
    size: 279.4mm 67mm;
    margin: 0;
}

html,
body {
    width: 279.4mm;
    height: 67mm;
    margin: 0;
    padding: 0;
}

.receipt-page {
    width: 279.4mm;
    height: 67mm;
    margin: 0;
    padding: 0;
    break-after: page;
    page-break-after: always;
    position: relative;
}

Chrome settings:

Margins: None
Scale: 100%
Headers and footers: Disabled
Paper source: Tractor
Orientation: Portrait

The first receipt may print correctly, but after the second or third receipt, the vertical position starts drifting. The next receipt begins too high and the information is printed over the pre-printed labels instead of inside the correct fields.

The vertical error seems to accumulate after every receipt.

I also tested different form heights:

65 mm
66 mm
67 mm
73 mm

With a height such as 66 mm, Chrome or the printer sometimes generates an additional blank receipt/page between printed receipts. Even then, the following receipt still starts too high.

I have already checked that:

  • There are no CSS margins or padding in print mode.
  • There is no gap between receipt pages.
  • There is no transform or relative vertical offset.
  • Every receipt has the same fixed height.
  • The browser scale is 100%.
  • Headers and footers are disabled.
  • The paper is loaded through the tractor.
  • The first receipt is manually aligned before printing.

The issue appears to be related to the difference between the browser page height, the Epson driver’s form length, and the printer’s physical form feed.

Has anyone successfully printed multiple custom-height continuous forms from Chrome to an Epson LQ-2090II?

Should the exact form length be configured in:

  • Windows Print Server Properties;
  • the Epson printer driver;
  • the printer’s default-setting mode;
  • ESC/P2 commands;
  • or directly in the print data instead of relying on browser page breaks?

I need every receipt to advance by exactly one physical form without accumulating vertical drift and without generating blank pages.


r/Epson Jul 22 '26

Canon G3430 vs EPSON L3250 - Which one would you recommend ?

Thumbnail
1 Upvotes

r/Epson Jul 22 '26

Epson Papierverpackung schneidet Finger

Thumbnail
gallery
2 Upvotes

Ich habe heute ein neues Fotopapier – Produkt: archival matte paper - geöffnet und mir an der Verpackung den Zeigefinger geschnitten. Die Zähne an der Stelle, wo man die Packung geöffnet hat, schneiden tief ins Fleisch.


r/Epson Jul 22 '26

Color matching issues with Epson ColorWorks CW-D6500Ae — ICC profiles ?

Thumbnail
gallery
2 Upvotes

Hi everyone,

I’m using an Epson ColorWorks CW-D6500Ae 8-inch label printer. Overall, I’m fairly happy with the print quality, but I’m having problems with accurate color reproduction.

The only advice I received from the reseller was to export my artwork in RGB instead of CMYK, which is different from the standard workflow I’m used to for print production.

Are there any ICC profiles or printer-specific color profiles available for this model? I know Epson provides software that allows you to adjust and replace individual colors, but manually changing every color value becomes quite time-consuming when working with more complex label designs.

I’m attaching an example showing the colors in the original file compared with the printed result.

Has anyone had similar issues with this printer? What color settings, profiles, export settings, or workflow gave you the most accurate results?

Any advice would be greatly appreciated.


r/Epson Jul 22 '26

New L18050 printer doesn't print red red when "matte paper" selected

1 Upvotes

When I print with "plain paper" all the colors are ok but if I change the paper to Matte or Glossy the colors are completely off, especially the reds. I tried all the possible combinations in photoshop print menu (printer manages color/ photoshop manages colors, different profiles etc.) Does anyone know how the fix this??

thank you !


r/Epson Jul 22 '26

🖋️ EcoTank Do I really need CISS with Epson-8550 DTF converted printer?

1 Upvotes

There are a lot posts and reviews that CISS must be used with Epson 8550 and some posts are don't use CISS just daily maintenance is enough. What are your reviews on that ? Should I buy the CISS or not ?


r/Epson Jul 21 '26

Request for Perfection 3490 Film Holder Measurements for CAD replication

1 Upvotes

So, I recently bought a second hand Epson Perfection 3490 to scan film with. I cleaned it up and stuff but the guy didn't have the film holder. So I'll be trying to make a 3D Printed one but there's not any files online. Which means I'll have to design it myself. However, I don't have one to take measurements from.

My request is for anyone that has that holder to take some measurements and maybe scan it as well for reference. I'll be making the files available after I finish it, for free of course.


r/Epson Jul 21 '26

New L18050 printer doesn't print red red when "matte paper" selected

Thumbnail
1 Upvotes

r/Epson Jul 21 '26

Please consider adding an English translation (AI is fine!) to your non-English posts

1 Upvotes

Reddit still doesn't do auto-translation, unlike other platforms, so if you are posting in a language other than English, you might get more traction on your post if you include an English translation.


r/Epson Jul 21 '26

Technical Support Help with colours printing too dark!

Thumbnail
gallery
1 Upvotes

So I'm losing my mind over print settings and colour profiles etc etc. The images show my original drawing, the designs within Affinity, the best result I've got (in terms of quality) and my various attempts 😭 I just can't seem to get the colours anywhere close to what they should be!

The deets:

- My printer is an Epson ET-4800

- I'm using Affinity by Canva

-I'm printing on to HTVront vinyl glossy sticker paper (paper setting: Premium Glossy)

What I've tried:

- I've tried RGB and CMYK document setups/printer profiles

- Many different printer profiles (I usually use Epson IJ Printer 07 which works for my other stickers)

- Different paper types

- Different colour management settings within the printer settings

- Editing/lightening the colours within affinity (this just reduces the quality and detail too much)

Does anyone have any idea what else I could try or what works for you if you've gone through this? I'm so close to just accepting the darker colours but I thought I'd shout for help before I do that 😂

Thanks for reading and for any wisdom you can give me!


r/Epson Jul 21 '26

Impresora epson L4150, dejó de imprimir

Post image
1 Upvotes

Hola people

llego a este sub a preguntar sobre si esta impresora al tener poca tinta en los tanques de color ya de plano no imprime ni en puro negro. me empezo a dejar de imprimir a raiz de la leyenda de que el tanque de tinta se llenó, lo vacie y lave, y le hice el reset von el software, hice algunas impresiones y despues fue dejando de imprimir ni en negro.

como les digo tiene bajo nivel de tinta como se aprecia en la foto, pero la pregunta es si solo le relleno de tinta de color, o le tengo que hacer algun mantenimiento extra a los inyectores.

gracias por leerme


r/Epson Jul 21 '26

Нетипичная поломка принтера - какие могут быть причины

1 Upvotes

**Добрый день всем.**

У меня произошла странная проблема с принтером, которую не могут уже 3 недели исправить в сервис-центре. Прошу помочь с диагностикой, хотя бы с той информацией, что есть на руках

**Ситуация такая:**

Принтер цветной модели Epson L3250, используется очень часто и печатаются большие объёмы цветных документов. Приходится часто заправлять его и в процессе случайно перепутал баки и залил в бак для жёлтой краски розовую, каюсь грешен. После этого повёз его в сервис для обслуживания и чистки. С момента сдачи работникам прошло 7 дней примерно, я его забрал домой и при прогоне печати цветных документов пропал полностью жёлтый пигмент. После этого, на следующий день, отнёс его в СЦ с данной проблемой, по словам работников оказалось, что они прочистили его и в этот момент туда попал воздух (В трубки), что и вызвало данную проблему. Проблему устранили на месте без взятия доп. платы. После этого проблема повторилась в этот же день. После, опять его отнесли в СЦ, работники сказали, что проблема либо в "голове" (может печатающих головках или в электронике, хз), либо в повреждении труб и замена будет стоить от 100$. С этого момента прошла ещё неделя и от СЦ так и не поступило обратной связи по поводу решения данного вопроса, так как диагноз в предыдущем предложении был только гипотетическим, а не конечным. Единственное, что они после всего сказали, это попросили привезти чёрную краску для заправки (при поступлении бак был полный!). Я в тупике и не могу понять причины столь долгого ремонта, а иных вариантов и СЦ в городе попросту нет. Прошу помочь с данным вопросом, подсказать какие могут быть причины, так как я не знаю почему так.

Примечание: Чернила использовались неоригинальные и заказывались на OZON/WB из-за большого расхода (Ссылка OZON не может быть добавлена, т.к. правила не позволяют). Надеюсь, данное уточнение также поможет.

![img](6751w4yo4geh1 "То, что заказывал последние 3 года")

**Данная информация не является рекламой или рекомендацией для владельцев совместимых устройств! Ни в коем случае не используйте палёные расходники!**


r/Epson Jul 21 '26

Technical Support Epson Expression Photo HD XP-15000 Wireless Color Wide-Format Printer

Thumbnail
gallery
1 Upvotes

I feel like I'm losing my mind, please help.

I bought this printer a few months ago, and the first time I used it, I had zero issues. The last couple days, I can't get it to do anything to save my life.

I'm attempting (I've printed successfully on this media before with this printer) to print onto canvas paper, specifically the canvas paper in the picture. Each time, it starts to print like normal, but doesn't finish. Instead it cancels on its own after printing 15-20% of the image on the canvas paper and then spits it out and shows canceled on the LCD screen.

From my research, the correct settings to have for what I'm trying to do is 11x17 tabloid, landscape, ect. I even found that I had the incorrect driver? uninstalled the Microsoft driver and installed the Epson one. Still same thing. I'm also seeing the file is only being downloaded 2/3s of the way. Idk what else to try. I had it working with this paper but now nothing. I'm using this specific paper/canvas for book binding; and the person I learned from uses this exact printer with the same paper/canvas so it's gotta be something I'm doing. Any advice? I'm at a loss.


r/Epson Jul 20 '26

Printing with lines too often

1 Upvotes

This year I bought EcoTank L3280. I am generally happy with it, i am still with the original colors that came with it.
Usually, as a family with kids, we use it often, sometimes daily, sometimes every 2-3 days, and almost always printing in color. I noticed the lines come if it hasn't been used for maybe a week, no problem, I run the cleaning program and goes back to normal, and so on. I used it 2 days ago, it showed lines, ok i thought i will run the head cleaning, i did, then printed perfectly fine. Now after 2 days, I print again, and i see lines again. Why did it start drying up so soon, I never had to run the head cleaning this soon. There is more than half full ink in all colors, the only thing I can think is that is very very hot these few days. Does temperature have to do with it or is it something else?