Best Software for 2025 is now live!
Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated EmEditor Alternatives

EmEditor Reviews & Product Details

EmEditor Overview

What is EmEditor?

EmEditor is a text editor for Windows that supplies larger files and Unicode, macros, plug-ins and more.

EmEditor Details
Show LessShow More
Product Description

EmEditor is a text editor for Windows that supplies larger files and Unicode, macros, plug-ins and more.


Seller Details
Seller
Emurasoft
HQ Location
Redmond, WA
Twitter
@Emurasoft
324 Twitter followers
LinkedIn® Page
www.linkedin.com
2 employees on LinkedIn®

Recent EmEditor Reviews

Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"loads a csv very quick / use RegEx for extracting or searching in multiple files"
An email to support is answered in a few hours. It loads a csv file (50 or 100 million lines) very fast. You can use the 'find in files' sea...
CS
Charles S.Small-Business (50 or fewer emp.)
5.0 out of 5
"Objectively the best all-purpose text editor / programming editor on Windows"
FUNCTIONALITY: There is nothing that EE can't do: that's its main selling point. It's packed with built-in functionality and let's you extend that...
Darshan M.
DM
Darshan M.Small-Business (50 or fewer emp.)
4.0 out of 5
"Great Editor support almost all language"
Support almost all languages which are currently trending
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

EmEditor Media

Answer a few questions to help the EmEditor community
Have you used EmEditor before?
Yes

27 EmEditor Reviews

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
27 EmEditor Reviews
4.4 out of 5
27 EmEditor Reviews
4.4 out of 5

EmEditor Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
This product has not yet received any negative sentiments.

Overall Review Sentiment for EmEditorQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Verified User in Financial Services
UF
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about EmEditor?

An email to support is answered in a few hours.

It loads a csv file (50 or 100 million lines) very fast.

You can use the 'find in files' search option to search with RegEx in folders and display the found content.

A lot of languages are supported. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

Can't name one at the moment. It is really easy to use. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

Loading csv files very fast.

Searching in multiple files for data. Review collected by and hosted on G2.com.

CS
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about EmEditor?

FUNCTIONALITY:

There is nothing that EE can't do: that's its main selling point. It's packed with built-in functionality and let's you extend that core functionality with scriptable macros. Think "UltraEdit's flexibility without the slow-as-death macro playback".

EmEditor also comes in handy in unexpected ways: forget Excel, EE is THE BEST way to work with CSV files. As of a few years ago, I've been using EE instead of Excel to quickly process / sort / filter data from my bank accounts and credit cards at tax time.

By the way, the "filter" function extraordinarily useful, and I can't remember seeing it in other editors: type a string and EE hides all but the lines that contain that string. Another, somewhat related setting is the ability (Edit > Narrowing) to restrict the current editing area to a sub-portion of the current file. (Hitting Ctrl+Home goes to the top of that logical area, not the top of the file, and searching is restricted to that active area. Super useful, and I can't remember seeing this in another editor.

You can not just customize menus and items, but even their accelerator-key (e.g., setting Alt+A as shortcut by renaming the "&Search" menu to "Se&arch").

QUALITY:

I'm a fullstack web dev, but I've done quite a bit of Windows dev. I've never seen a piece of software that leverages so well all Windows APIs. You can tell that everything is done carefully and thoughtfully, even the most mundane functionality. (Even the "Tools > Import and Export" uses native wizard and progress bars. If you've ever done Windows dev, you'll know that it's much easier to implement this as a series of submenu items and just saving the appropriate file - EE is programmed by an artisan, if you see what I mean.)

I'm just realizing this as I write this review. I don't think I've ever come across a bug in EmEditor. Stuff that doesn't behave as desired/expected, sure, but no bug or crash or hang - ever. In fact, one of EE's claim to fame is to be able to open huge files. (I can attest that it does: opening a PHP log from a live server and see it open in under a second is something.)

EXTENSIBILITY:

EE is clearly a labor of love. This editor is more regularly updated than any piece of software I know of, and it's been the case since its release around 2007/2008 (from memory - I only started seriously using EE about 10 years ago). As a result, pretty much anything you can think of has been asked by others and in many cases, implemented.

For years, I've been using TextPad for its macros. The macros are saved in a binary format and they can't be customized after the fact. In EE, all macros are stored in editable JS code with a well documented API.

Both of these mean that there's pretty much nothing you can't do with EE.

SUPPORT:

As far as I know, EmEditor is a one-man project. The upside is that Yutaka Emura, EmEditor's creator, provides support himself. On one end of the spectrum you have Sublime Text who's notion of support is to tell you to "search the forum", companies like JetBrains that refer you to their ill-conceived and always slow YouTrack system, or editors that are essentially dead because there's little to no money in that sector anymore. Receiving support from the person who wrote the software is a treat. I hope that many people will buy what is not only objectively the best all-purpose editor on Windows, but also the only one that is actively developed, and has been uninterruptedly so for over a decade. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

NEGATIVES:

Despite unequivocally recommending EE, let's start with the negatives - not just to get them out of the way but also give this review some credibility. I struggle to find meaningful negatives with EE, but here are the ones that came to mind:

- I wish that EE could give me the kind of insight into my code that JetBrains IDEs do. (But yes, I realize that is a programming editor, not an IDE.)

- It's sometimes difficult to find a particular setting, at least the first time you look for it, but that's common in highly customizable pieces of software. One way EE could be improved is by approaching settings the way VS Code does, offering both a UI (like TextPad or JetBrains) and customizable syntax files (like EditPlus or Sublime Text).

- Also relating to Settings, I wish that these three dialogs could be consolidated: "Properties for current configuration", "Properties for all configurations", and "Customize...". Sometimes it's hard to know where a setting will be stored and I search in the wrong dialog.

- Sometimes EE inserts indents in puzzling places after you hit Enter, for example after a closing HTML tag or after a end-of-line semicolon in JS code. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

I'm a software developer and text-editor fanatic. I've tried pretty much every Windows text editor that's ever been released. I don't just use them to their fullest for work, I love text editors onto themselves - not just as a mean, but also as an end. EmEditor (EE) has become my daily go-to editor for both text processing and coding for fun.

Because of the size of my professional projects, I often have to work in full-fledged IDEs (JetBrains), which are comparatively slow and feel annoyingly non-native Windows. But whenever I can, I go old school and code in EE. It's pure bliss.

After paying for a few years the yearly subscription fee to get the latest updates, I finally purchased the "lifetime version" around 2017 I think. And we, EE users, have gotten so much new functionality and updates since then. It's one of few pieces of software for which I'd say that paying for the lifetime version is a no-brainer. (By the way, you own the product regardless, the subscription only determines for how long you get free updates.) Review collected by and hosted on G2.com.

VK
eDiscovery Associate Director
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about EmEditor?

* Super fast, lightweight, easy to install and use

* Opening very large files in a matter of seconds

* Rapid development of new features and optimisations

* Powerful built-in functions

* Delimiters view makes Excel redundant

* Fully customisable with support of macros (JavaScript, VBScript)

* Unicode compliant

* Pleasure to work with the Developer; very responsive and receptive to new ideas and feedback Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

There is not much to dislike really! Maybe documentation of methods can be slightly better (ie. having more examples), but other than that EmEditor is one of the best tools I have ever used and makes my workday much easier! Review collected by and hosted on G2.com.

Recommendations to others considering EmEditor:

Ensure you use the delimited view and the core built-in functions, and if possible, create your own macros to fully experience how powerful EmEditor is. Give it a try and you will not regret it. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

Data wrangling of delimited (comma, tab, concordance) text files, usually very large ones. Data truncation and opening large text files are a thing of the past. In addition, automation of routine tasks, streamlining workflows, efficiency as well as consistency in outputs are all improvements that have been achieved through the use of EmEditor. Review collected by and hosted on G2.com.

Darshan M.
DM
Sr. Manager - GIS/NE - Gujarat Circle
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about EmEditor?

Support almost all languages which are currently trending Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

Need to work on GUI and auto suggestions Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

Write code without utilizing concurrent license of IDE Review collected by and hosted on G2.com.

Pierre A.
PA
CEO
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about EmEditor?

The title says it all: EmEditor simply is the fastest editor I found when working on huge files. Even hundreds of MB are no problem. Compared to Notepad++ this is just the editor I had been waiting for :-) Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

Extending the editor is possible through macros, yet this requires more knowledge than what I was ready to invest for. Fortunately, EmEditor's author, Yutaka Emura, helped me solve my issues. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

Editing huge files can be a real challenge (e.g. long log files, or gigantic JSON files). Other editors choke on files which don't contain newlines (\n) making them stop responding for seconds when not minutes. EmEditor always stayed responsive. Review collected by and hosted on G2.com.

KT
Head of Technology
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about EmEditor?

There simply isn't a better editor for working with large text-centric files under Windows. The product is massively optimised and continues to be continually improved, with both further optimsations and new features. We have been using EmEditor for over 5 years now and it is worth every penny. We have tried virtually all of the major text editor's on the market and as an overall package, EmEditor comes out on top for working with large files. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

There really isn't a lot to dislike. The price for the full edition may put some potential user's off, but once you start using it (particularly with large files), you realise you get what you pay for. It is a phenomenal piece of software and for us, is absolutely worth the price. Review collected by and hosted on G2.com.

Recommendations to others considering EmEditor:

If you work with large text-centric files on Windows, you owe it to yourself to try EmEditor. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

Opening\searching\sorting\filtering\manipulating\extracting data from very large text files, using the built-in commands and macros. We haven't found a better editor under Windows for these tasks.

We've tried all the main alternatives for working with larger files and EmEditor easily comes out on top. Some user's may be overwhelmed with the amount of features to start, but it is very customisable, the online help is continually updated and there is an active forum where questions are answered. Review collected by and hosted on G2.com.

TM
iT Administrator
More Options
Validated Reviewer
Review source: Organic
What do you like best about EmEditor?

EmEditor has a lot features you can read on www.emeditor.com, I use a lot of them. But there also a lot small points (not on this list), what it makes for me the daily work easier an there and therefore it is the best editor on microsoft platform for me. For example "Auto Marker" its one of small features what I don't want miss by daily work.

"Filter" or "batch find/replace" featur are only two off the long list of features what I can't see by other ones. With "Filter" makes daily work faster and easier compare to "find". The filter, search and replace function has special options (e.g. number range) that I have never seen by competitors. Many other programs fail, because they are not able to open very large files (especially non-commercial programs), to filter with regex, or are much slower.

It's easy to install, to use and to customize for you needs. I made a lot macros for my needs, so I save a lot time by daily work, undeppendet if for a lot small or really large files.

For macros you can juse javascript or vbscript, other editors have often proprietary macro language.

Plain Text not always easy to read. I spend a lot time for searching an Plain Text Editor with "even lines" view. By EmEditor I used "horizontal grid" view, what makes reading on files with long lines easier. Now "even lines" it's also a new features by EmEditor, so it's on your personal taste if like "horizontal grid" or "even lines" or still blank.

"Auto Marker" and Markers are additional points for better and faster reading. For example, with "keyword highlight" I use by log files regex, so I see public ip's in a different color as pivate ip's.

I am sure that I have forgotten a lot to write here, because there are countless functions that I use in my daily work with emeditor and only notice when I work on another computer (without EmEditor), whether professional or private.

For me it is no longer a question whether i should use a commercial or a free editor. The functions, the fast qualified support as well as the continuous improvement and further development make emeditor the first choice for me. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

I have no real negative points, short time ago I send them a "nice to have list". (special request, I never saw this features by ohter ones) They have so much features compare to other plain text editors for my needs. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

analyze and search very large log files, but also a lot of small files (text or batch files) change it in a batch process with built-in functions or macros Review collected by and hosted on G2.com.

Nick Y.
NY
Your Orange County California Attorney
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about EmEditor?

Large massive CSV files can be opened, edited, and filtered.

join like a database Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

So wonderful and powerful that I feel intimidated Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

database management Review collected by and hosted on G2.com.

MP
Desarrollador de software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about EmEditor?

EmEditor can be adapted for professional or personal projects. I like that it has a simple interface, compatible with a wide variety of files. Another feature that I like is that it is a lightweight program. I also like your autocomplete and replaced options. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

EmEditor does not have an integrated browser function. Another aspect that I don't like is that it takes longer than expected to debug projects. Review collected by and hosted on G2.com.

Recommendations to others considering EmEditor:

EmEditor is an amazing software for web development or software development. It has options for beginners and can be greatly customized. I recommend it. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

EmEditor allows me to encode professional or personal projects quickly, because it is a lightweight editor and I can open several files simultaneously, splitting it into different tabs. It also allowed me to install some syntans and HTML highlighting plugins that make coding easier. Review collected by and hosted on G2.com.

Gilberto P.
GP
Analista de información
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about EmEditor?

EmEditor provides a built-in debugger that allows you to run all APIs. This editor handles multiple languages and extensions to develop web projects. This software is capable of handling the most sought-after languages such as HTML, JSP, PHP and XML. It is a much lighter software than Sublime Text and has regular updates. Review collected by and hosted on G2.com.

What do you dislike about EmEditor?

I have problems configuring JSON files, although I may not have the necessary experience. I also consider that it does not have enough available add-ons. Also, I would like to have support for React libraries. Review collected by and hosted on G2.com.

Recommendations to others considering EmEditor:

If you are in need of a compatible editor with several programming languages, use EmEditor. It is fast, reliable and powerful. I would recommend using it for simple applications, it has good syntax highlighting and autosuggestion functions. Review collected by and hosted on G2.com.

What problems is EmEditor solving and how is that benefiting you?

I am currently developing an APIs in Java on an Azure server to connect to the company's mobile employee management application. EmEditor gives me benefits such as reducing debugging times and solving incompatibility problems that other publishers have, thanks to this editor supporting many languages. Review collected by and hosted on G2.com.