Subscribing in dollars, how much would you pay?


Subscribing in US Dollars  

185 members have voted

  1. 1. I'd pay the following amount for basic subscription

    • $15
      142
    • $20
      35
    • $25
      8
  2. 2. I'd pay the following amount for ad-free subscription

    • $50
      157
    • $60
      14
    • I'd pay $60 and probably donate a bit more
      14


Recommended Posts

Hey guys,

The cost of subscription was set way back in 2004 and used to include email (but also, less "enhanced services"). While we aren't planning to drastically change the current pricing, my question to you guys would be: What would you be prepared to pay in US Dollars?

My initial thought would be 15 bucks and ditch the ever fluctuating euro, it would work in our favour too, seeing as we now have an American LLC which handles everything in US Dollars.

So, how much should we set the basic subscriber cost in US Dollars

.. and how much would you be prepared to pay for an ad-less version of Neowin annually?

I agree with Redmak, $50 (?25 for me) would be well worth it for an ad-less neowin, maybe up to about ?15 ($30) for a sub in its current state.

so:

$30 w/ads

$50 wo/ads

$75 for access to the hand woven bogroll /me glances at mephistopheles

Well I pay just to support.

I don't think ads are pain enough to warrant me pay more than $15-$20 to get rid of them. However I would not suggest making them more a pain.

The biggest problem is not overpricing the current maybe one-day subscribe.

All replies here from paying members you need ask non paying...

I'd say around $15 to subscribe, $20 tops, and like ?10 UK money or there bouts - Or say ?15 tops.

For ad-less I think $50/60 is a bit much, I'd think around 2x the subscribe amount - So around $30, maybe $40 tops.

However if you were able to show each person in a year earns more money for NW through the ads than $30/40 I'd reconsider my stance.

You could maybe introduce varying levels of subscription benefits,

Say $10/$15 - Basic entry, increased PMs and editing abilities or something.

Say $15/$20 - Advanced entry, same benefits as above, but also some other perks...

Same with adds

Say $20-$30 - Basic entry, no ads on part X of the site, but ads displayed on part Y.

Say $30-$40 - Advanced entry, no adds at all.

That may encourage more sign ups from people that won't pay as much as only the one option gives... As with one option it's subscribe or don't, with multiple you have more options for members, and therefore potentially more sign-ups.

(replace figures above with whatever you agree on)

Edited by Audioboxer

Funny how this comes up on the day my subscription expires...

Will we be seeing anything added in the near future (month or two) or else I am just going to renew my subscription tonight

I'd pay $15-$20, only if Neowin is kind enough to provide an additional credit card processor that can handle payment from countries that doesn't have PayPal support yet (ie. Egypt) 2checkout.com and moneybookers.com are a good alternatives (we went on this discussion already in an older thread with no solution! :( ) I personally know 4 Egyptian members that will subscribe immediately if such an option is available, not to mention the hundreds others who can't use PayPal or the UK processor.

The last time I subscribed I asked a friend with a PayPal account (giving him my user-name and password) and then transferred the amount to him via WU which is too expensive when transferring only ten Euros!

For the ad-free service, honestly I'm not interested and can't afford paying for it.

I guess I would probably just about pay $50 a year for ad-less... I doubt neowin get much profit off me for the ads anyway since I can't remember ever clicking them on purpose or by accident. $50 would be more for the convience of just not having them there.

I was going to subscribe a few months ago, but then noticed that the $10 I thought I was going to pay was actually $15, so I didn't. Money is extremely tight atm, so I'm kind of glad that I didn't then, but that doesn't rule out a future possibility. $10 would be a sweet spot for me, unless I had more money to dish out.

for an ad-less neowin, I guess you could calculate how much money you stop earning per user that doesnt see ads

as for a basic subscription, 15 bucks is fine. I wouldn't pay any more than that for an ad-less neowin, anyway.

Better expressed, 'ad-free' is not a feature that would drive me to pay money. Other goodies would.

I'd pay $20 for a subscription and $50 for ad free.

The only things that are stopping me from subscribing:

1. I lose my stars. I Would like to keep them, but have other changes (like name in orange) that set us apart.

2. You should do a deal where if you subscribe, you get 3 warnings ( or more ) taken away. If you offered that, I'd buy in next week.

I'd pay $20 for a subscription and $50 for ad free.

The only things that are stopping me from subscribing:

1. I lose my stars. I Would like to keep them, but have other changes (like name in orange) that set us apart.

2. You should do a deal where if you subscribe, you get 3 warnings ( or more ) taken away. If you offered that, I'd buy in next week.

Wut?

That's like offering to buy your way out of a prison sentence :laugh:

It'll never happen.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
    • laughing is tedious. Elephants really are laughing lazy, y'all..
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!